From 029fd544b8b72d22ed1176f5401d417aefdd2cc8 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 21 Oct 2025 20:49:33 -0600 Subject: [PATCH] Fix layout --- web/src/components/card/ClassificationCard.tsx | 3 ++- web/src/pages/FaceLibrary.tsx | 9 +++++---- web/src/views/classification/ModelTrainingView.tsx | 9 +++++++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/web/src/components/card/ClassificationCard.tsx b/web/src/components/card/ClassificationCard.tsx index 2d0d1bdb9..e533a1597 100644 --- a/web/src/components/card/ClassificationCard.tsx +++ b/web/src/components/card/ClassificationCard.tsx @@ -98,7 +98,8 @@ export const ClassificationCard = forwardRef<
{Object.entries(faceGroups).map(([key, group]) => { const event = events?.find((ev) => ev.id == key); return ( -
+
{Object.entries(groups).map(([key, group]) => { const event = events?.find((ev) => ev.id == key); return ( -
+