From 687caaa8a303ec8010468681b4421e6c749d1212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Zakrzewski?= Date: Mon, 6 May 2024 08:53:24 +0200 Subject: [PATCH] Add backfill back It was removed after splitting one component into multiple --- .../curator-service/ui/src/components/Sidebar/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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]) && ( - New automated source + + New automated source backfill + )}