Fix dummy stanek width

This commit is contained in:
nickofolas 2022-04-13 16:04:31 -05:00
parent 93eb5e2d78
commit 4a0fb59e56

@ -17,7 +17,7 @@ export function DummyGrid(props: IProps): React.ReactElement {
const ghostGrid = zeros([props.width, props.height]);
return (
<Box>
<Table>
<Table sx={{ width: props.width, height: props.height }}>
<Grid
width={props.width}
height={props.height}