From c354f91d3859c3dd453b2deae8b732b0f27b426a Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Thu, 20 Jul 2023 14:17:26 -0700 Subject: [PATCH] fix lint --- src/App/withProtectedRoutes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;