From 7d908834a8475b8bb01f2b111fd734d4e803bb96 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: Mon, 8 Jun 2026 17:54:18 -0400 Subject: [PATCH] fix(ui): correct inline style syntax in client counts column on inbounds page (#5097) --- frontend/src/pages/inbounds/list/useInboundColumns.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/inbounds/list/useInboundColumns.tsx b/frontend/src/pages/inbounds/list/useInboundColumns.tsx index 1e589734d..59b950ccd 100644 --- a/frontend/src/pages/inbounds/list/useInboundColumns.tsx +++ b/frontend/src/pages/inbounds/list/useInboundColumns.tsx @@ -171,7 +171,7 @@ export function useInboundColumns({ )} > - {cc.active.length} + {cc.active.length} )} {cc.deactive.length > 0 && ( @@ -183,7 +183,7 @@ export function useInboundColumns({ )} > - {cc.deactive.length} + {cc.deactive.length} )} {cc.depleted.length > 0 && ( @@ -195,7 +195,7 @@ export function useInboundColumns({ )} > - {cc.depleted.length} + {cc.depleted.length} )} {cc.online.length > 0 && (