From c59c64b65fac2f630838fbf43bff763fecff6231 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Wed, 17 Jul 2019 20:07:25 +0200 Subject: [PATCH] Fix typing --- app/src/components/Sidebar/HistoryDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/Sidebar/HistoryDrawer.tsx b/app/src/components/Sidebar/HistoryDrawer.tsx index 0df619e..e9090ea 100644 --- a/app/src/components/Sidebar/HistoryDrawer.tsx +++ b/app/src/components/Sidebar/HistoryDrawer.tsx @@ -17,7 +17,7 @@ interface Props { contentTypeIndicator?: JSX.Element autoOpen?: boolean theme: Theme - children: any + children?: any } function HistoryDrawer(props: Props) {