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/I18n.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/I18n.tsx') diff --git a/src/I18n.tsx b/src/I18n.tsx index 5f725eebc..1a69ed1a2 100644 --- a/src/I18n.tsx +++ b/src/I18n.tsx @@ -24,6 +24,7 @@ class I18N extends Component { render(): ReactNode { const { stores, children } = this.props; const { locale } = stores.app; + return (