diff --git a/orchestrator/src/client/pages/OrchestratorPage.tsx b/orchestrator/src/client/pages/OrchestratorPage.tsx index 9c92673..2bb9de9 100644 --- a/orchestrator/src/client/pages/OrchestratorPage.tsx +++ b/orchestrator/src/client/pages/OrchestratorPage.tsx @@ -754,10 +754,10 @@ export const OrchestratorPage: React.FC = () => {
{tabs.map((tab) => ( - - {tab.label} + + {tab.label} {counts[tab.id] > 0 && ( - {counts[tab.id]} + {counts[tab.id]} )} ))}