Skip to content

Commit b2d8aca

Browse files
committed
🐛 Fix React warning with Table component
1 parent 516d2ad commit b2d8aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Table = ({
2727
])
2828

2929
const styleVariables = {
30-
...(maxHeight && { 'max-height': maxHeight })
30+
...(maxHeight && { maxHeight })
3131
} as React.CSSProperties
3232

3333
return (

0 commit comments

Comments
 (0)