Skip to content

Commit 2d67d8a

Browse files
Task #0000: LInt fixes
1 parent b6ad793 commit 2d67d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ws/app/src/lib/routes/home/routes/kcm-mapping/kcm-mapping.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class KCMMappingComponent implements OnInit {
3030
callResizeEvent(_event: any) {
3131
setTimeout(() => {
3232
window.dispatchEvent(new Event('resize'))
33-
}, 100)
33+
}, 100)
3434
}
3535

3636
}

0 commit comments

Comments
 (0)