From eca7d9be6a74b2e73b86fbed80927d905afb1fc5 Mon Sep 17 00:00:00 2001 From: romulo bordezani Date: Thu, 6 Jun 2019 18:57:45 -0300 Subject: [PATCH] i18n - Adding Provider to non Admins --- src/App.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 6b2f899e5..f38947e60 100644 --- a/src/App.js +++ b/src/App.js @@ -127,11 +127,13 @@ class App extends Component { return ( - - - - - + + + + + + + ); }