@@ -190,7 +190,7 @@
url = getApp().resource.getAppURL('images/tag_icon_default.svg');
} else {
url =
- icon == '' || !icon ? getApp().resource.getAppURL('images/tag/tag_icon_default.svg') : icon;
+ icon == '' || !icon ? getApp().resource.getAppURL('images/tag_icon_default.svg') : icon;
}
return changeUrl(url, true);
};