Skip to content

Commit

Permalink
simpler demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 13, 2019
1 parent 004f577 commit 49ec228
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/pages/components/drawers/MiniDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export default function MiniDrawer() {
[classes.drawerClose]: !open,
}),
}}
open
>
<div className={classes.toolbar}>
<IconButton onClick={handleDrawerClose}>
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/components/drawers/MiniDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export default function MiniDrawer() {
[classes.drawerClose]: !open,
}),
}}
open={open}
>
<div className={classes.toolbar}>
<IconButton onClick={handleDrawerClose}>
Expand Down

0 comments on commit 49ec228

Please sign in to comment.