From 555490a6f08f5c1841bcb6b3746b298f86158fbc Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Thu, 15 Jan 2026 23:15:14 +0000 Subject: [PATCH] vertical alignment --- orchestrator/src/client/pages/OrchestratorPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]} )} ))}