From 23a52aedf0390ebc71dcabb81ac7bccdcde78fdf Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Sat, 4 Jul 2026 01:02:37 -0400 Subject: [PATCH] fix: restore missing closing bracket on TabsTrigger tag --- frontend/src/components/ResourcesView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ResourcesView.tsx b/frontend/src/components/ResourcesView.tsx index 64ea99f3..5d2d175b 100644 --- a/frontend/src/components/ResourcesView.tsx +++ b/frontend/src/components/ResourcesView.tsx @@ -836,7 +836,7 @@ export default function ResourcesView({ headerActions }: ResourcesViewProps = {} {(['images', 'volumes', 'networks'] as const).map(tab => ( - {tab.charAt(0).toUpperCase() + tab.slice(1)} {tab === 'images' ? images.length : tab === 'volumes' ? volumes.length : networks.length}