diff --git a/verification/curator-service/ui/src/components/Sidebar/index.tsx b/verification/curator-service/ui/src/components/Sidebar/index.tsx
index d8affa6b8..c398d5aa9 100644
--- a/verification/curator-service/ui/src/components/Sidebar/index.tsx
+++ b/verification/curator-service/ui/src/components/Sidebar/index.tsx
@@ -172,11 +172,13 @@ const Sidebar = ({ drawerOpen }: SidebarProps): JSX.Element => {
)}
{hasAnyRole(user, [Role.Curator]) && (
-
+
)}