diff --git a/src/App/withProtectedRoutes.js b/src/App/withProtectedRoutes.js index 7883334a9..bfd775d89 100644 --- a/src/App/withProtectedRoutes.js +++ b/src/App/withProtectedRoutes.js @@ -16,7 +16,7 @@ const withProtectedRoutes = (Component) => { return ( ); - } + }; }; module.exports = withProtectedRoutes;