Skip to content

Commit 7cea1b8

Browse files
authored
fix tsc
1 parent 5ea2ab9 commit 7cea1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/PlayerListOverlay.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Primary: Story = {
1616
{ username: 'Player 1', ping: 10, uuid: '1' },
1717
{ username: 'Player 2', ping: 20, uuid: '2' },
1818
{ username: 'Player 3', ping: 30, uuid: '3' },
19-
]
19+
] as any
2020
],
2121
clientId: '2',
2222
tablistHeader: 'Header',

0 commit comments

Comments
 (0)