Oops. Why did flow not error?
This commit is contained in:
parent
97ca2e9d94
commit
89d78a2f11
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ type Props = SideBarProps & Classes;
|
||||||
const SideBar = (props: Props) => (
|
const SideBar = (props: Props) => (
|
||||||
<Drawer open={props.open}
|
<Drawer open={props.open}
|
||||||
anchor="right"
|
anchor="right"
|
||||||
onClose={props.onCloseRequest()}
|
onClose={props.onCloseRequest}
|
||||||
classes={{paper: props.classes.drawerPaper}}
|
classes={{paper: props.classes.drawerPaper}}
|
||||||
variant="persistent"
|
variant="persistent"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue