From dbb269cf6a7fd9b7eec5187f3ea10139a987b2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=89=E5=A7=86=C2=B7=E5=A1=9E=E5=B0=94=E5=A4=AB?= Date: Wed, 10 Jun 2026 09:35:21 -0400 Subject: [PATCH] fix(ui): correct inline style syntax between clients count and active clients count on inbounds page (#5114) * fix(ui): correct inline style syntax in client counts column on inbounds page * fix(ui): correct inline style syntax between clients count and active clients count on inbounds page --- frontend/src/pages/inbounds/list/useInboundColumns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/inbounds/list/useInboundColumns.tsx b/frontend/src/pages/inbounds/list/useInboundColumns.tsx index 59b950ccd..2c9f3d63a 100644 --- a/frontend/src/pages/inbounds/list/useInboundColumns.tsx +++ b/frontend/src/pages/inbounds/list/useInboundColumns.tsx @@ -159,7 +159,7 @@ export function useInboundColumns({ if (!cc) return null; return ( <> - + {cc.clients} {cc.active.length > 0 && (