From 42d5686182ead5b6a8f8e506e24e3660b79bf499 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 3 Dec 2017 19:29:04 -0800 Subject: [PATCH] linting --- app/components/ErrorBoundary/ErrorBoundary.js | 1 + 1 file changed, 1 insertion(+) 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