diff --git a/web/src/layout/AdminLayout.tsx b/web/src/layout/AdminLayout.tsx index ba3af1b..96cefa9 100644 --- a/web/src/layout/AdminLayout.tsx +++ b/web/src/layout/AdminLayout.tsx @@ -33,7 +33,7 @@ const AdminLayout: FC = () => { } if (!profile?.isAdmin) { - return ; + return ; } return ;