From 71c52373f81cace664047edd19d9d289f45a4dff Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Thu, 7 Jul 2022 09:31:50 +0200 Subject: chore: Mobx & React-Router upgrade (#406) Co-authored-by: Vijay A --- src/components/util/ErrorBoundary/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/util/ErrorBoundary') diff --git a/src/components/util/ErrorBoundary/index.tsx b/src/components/util/ErrorBoundary/index.tsx index 846d6dc3f..b042e62c8 100644 --- a/src/components/util/ErrorBoundary/index.tsx +++ b/src/components/util/ErrorBoundary/index.tsx @@ -32,8 +32,7 @@ class ErrorBoundary extends Component { } render(): ReactNode { - const { classes } = this.props; - const { intl } = this.props; + const { classes, intl } = this.props; if (this.state.hasError) { return ( -- cgit v1.2.3-70-g09d2