From feacef2a81483eab14eb221584dfffdbb981ede3 Mon Sep 17 00:00:00 2001 From: Aleksandar Date: Thu, 11 Dec 2025 13:35:37 +0100 Subject: [PATCH] fix: remove all duplicate closing tags in StatsCard --- apps/admin/src/components/ui/StatsCard.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/admin/src/components/ui/StatsCard.tsx b/apps/admin/src/components/ui/StatsCard.tsx index 690130f..2096291 100644 --- a/apps/admin/src/components/ui/StatsCard.tsx +++ b/apps/admin/src/components/ui/StatsCard.tsx @@ -77,8 +77,4 @@ export function StatsCard({ title, value, change, trend, icon: Icon, color = "bl ); -} - - - ); }