Skip to content

Commit 5abb01f

Browse files
committed
fix(table): correct syntax in AutoScrollToSelected story
1 parent 8f49d7a commit 5abb01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/tablev2.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ export const AutoScrollToSelected = {
687687
}));
688688

689689
const [selectedId, setSelectedId] = useState<string>(
690-
'LastName80 FirstName80'
690+
'LastName80 FirstName80',
691691
);
692692

693693
const handleRowSelected = (row: Row<Entry>) => {

0 commit comments

Comments
 (0)