From 38b92ae21d0a62c088e51110194e94b28511766b Mon Sep 17 00:00:00 2001 From: notCharles Date: Fri, 17 May 2024 22:58:17 -0400 Subject: [PATCH] Fix user->admin closes https://github.com/pelican-dev/panel/issues/197 --- resources/scripts/routers/ServerRouter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/routers/ServerRouter.tsx b/resources/scripts/routers/ServerRouter.tsx index 2976cf789..1e1d6c946 100644 --- a/resources/scripts/routers/ServerRouter.tsx +++ b/resources/scripts/routers/ServerRouter.tsx @@ -93,7 +93,7 @@ export default () => { )} {rootAdmin && ( // eslint-disable-next-line react/jsx-no-target-blank - + )}