diff --git a/app/components/ErrorBoundary/ErrorBoundary.js b/app/components/ErrorBoundary/ErrorBoundary.js index 60a380364..162e164f5 100644 --- a/app/components/ErrorBoundary/ErrorBoundary.js +++ b/app/components/ErrorBoundary/ErrorBoundary.js @@ -8,6 +8,7 @@ import PageTitle from 'components/PageTitle'; type Props = { location?: Location, + children?: ?React.Element, }; @observer