Skip to content

Commit 0c3c229

Browse files
lint
1 parent 32fbb89 commit 0c3c229

File tree

1 file changed

+5
-5
lines changed
  • apps/demos/Demos/Diagram/CustomShapesWithTemplates/Vue

1 file changed

+5
-5
lines changed

apps/demos/Demos/Diagram/CustomShapesWithTemplates/Vue/App.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ const currentEmployee = ref({} as Record<string, any>);
6969
const popupVisible = ref(false);
7070
const itemTypeExpr = (obj: { ID: number; type: string; }, value: string) => {
7171
if (value) {
72-
obj.type = value;
73-
} else {
74-
return `employee${obj.ID}`;
75-
}
76-
return null;
72+
obj.type = value;
73+
} else {
74+
return `employee${obj.ID}`;
75+
}
76+
return null;
7777
};
7878
7979
function showInfo(employee: any) {

0 commit comments

Comments
 (0)