From 6b98eb76add2884994db70a03442890c96ce4490 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Tue, 27 Aug 2024 15:26:16 -0700 Subject: [PATCH] Add admin prop to pagespeed page --- Client/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/src/App.jsx b/Client/src/App.jsx index 22313a50b..fbbc583ad 100644 --- a/Client/src/App.jsx +++ b/Client/src/App.jsx @@ -33,7 +33,7 @@ function App() { const AdminCheckedRegister = withAdminCheck(Register); const MonitorsWithAdminProp = withAdminProp(Monitors); const DetailsWithAdminProp = withAdminProp(Details); - + const PageSpeedWithAdminProp = withAdminProp(PageSpeed); return ( <> @@ -98,7 +98,7 @@ function App() { /> } + element={} />