Fix typing
This commit is contained in:
@@ -17,7 +17,7 @@ interface Props {
|
||||
contentTypeIndicator?: JSX.Element
|
||||
autoOpen?: boolean
|
||||
theme: Theme
|
||||
children: any
|
||||
children?: any
|
||||
}
|
||||
|
||||
function HistoryDrawer(props: Props) {
|
||||
|
||||
Reference in New Issue
Block a user