Fix typing

This commit is contained in:
Thomas Nordquist
2019-07-17 20:07:25 +02:00
parent 5badd19015
commit c59c64b65f

View File

@@ -17,7 +17,7 @@ interface Props {
contentTypeIndicator?: JSX.Element
autoOpen?: boolean
theme: Theme
children: any
children?: any
}
function HistoryDrawer(props: Props) {