diff --git a/app/src/dialog/processSystem.ts b/app/src/dialog/processSystem.ts index 8b321718f..b371a0cc3 100644 --- a/app/src/dialog/processSystem.ts +++ b/app/src/dialog/processSystem.ts @@ -202,9 +202,9 @@ export const setDefRefCount = (data: { } } if (data.refCount === 0) { - item.removeAttribute("refcount") + item.removeAttribute("refcount"); } else { - item.setAttribute("refcount", data.refCount.toString()) + item.setAttribute("refcount", data.refCount.toString()); } }); });