aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/ErrorBoundary/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/util/ErrorBoundary/index.tsx')
-rw-r--r--src/components/util/ErrorBoundary/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/util/ErrorBoundary/index.tsx b/src/components/util/ErrorBoundary/index.tsx
index b042e62c8..bef211ef9 100644
--- a/src/components/util/ErrorBoundary/index.tsx
+++ b/src/components/util/ErrorBoundary/index.tsx
@@ -20,6 +20,7 @@ const messages = defineMessages({
20 20
21interface ErrorBoundaryProps extends WithStylesProps<typeof styles> { 21interface ErrorBoundaryProps extends WithStylesProps<typeof styles> {
22 intl: IntlShape; 22 intl: IntlShape;
23 children?: React.ReactNode;
23} 24}
24 25
25class ErrorBoundary extends Component<ErrorBoundaryProps> { 26class ErrorBoundary extends Component<ErrorBoundaryProps> {