Merge pull request #3442 from nickofolas/fix/demo-stanek-grid

[Fix] Dummy Stanek grid width
This commit is contained in:
hydroflame 2022-04-13 17:35:37 -04:00 committed by GitHub
commit f1b2af7360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}