diff --git a/cvat-ui/plugins/sam/src/ts/index.tsx b/cvat-ui/plugins/sam/src/ts/index.tsx index 91b6ba9a995c..0473ee35dbec 100644 --- a/cvat-ui/plugins/sam/src/ts/index.tsx +++ b/cvat-ui/plugins/sam/src/ts/index.tsx @@ -56,9 +56,9 @@ interface SAMPlugin { } interface ClickType { - clickType: 0 | 1, - x: number, - y: number, + clickType: 0 | 1; + x: number; + y: number; } function getModelScale(w: number, h: number): number {