Skip to content

Commit f956843

Browse files
committed
fix lint
1 parent a97620a commit f956843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vis/DisplaySelection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function DisplaySelection(props: DisplayOptionsProps) {
4242
}
4343
return option;
4444
}),
45-
)
45+
);
4646
};
4747

4848
return (

0 commit comments

Comments
 (0)