|
@@ -68,7 +68,7 @@ const toLocal = (serviceStyle: ServiceStyle): TaggingStyle => ({
|
|
|
id: serviceStyle.iconId.toString(),
|
|
|
lastUse: serviceStyle.lastUse,
|
|
|
typeId: Number(serviceStyle.iconTitle) || defStyleType.id,
|
|
|
- icon: serviceStyle.iconUrl,
|
|
|
+ icon: serviceStyle.isSystem ? '/icon/h_default_64.png' :serviceStyle.iconUrl,
|
|
|
default: Boolean(serviceStyle.isSystem),
|
|
|
});
|
|
|
|