diff --git a/frontend/src/components/SidebarHint.tsx b/frontend/src/components/SidebarHint.tsx index 8ab3994a..af8aca56 100644 --- a/frontend/src/components/SidebarHint.tsx +++ b/frontend/src/components/SidebarHint.tsx @@ -38,6 +38,7 @@ function SidebarHint() { const openChecklistItems = checklistItems.filter((x) => !x.checked); if ( !location.pathname.startsWith("/home") && + !location.pathname.startsWith("/channels/order") && !isLoading && openChecklistItems.length ) {