diff --git a/web/src/components/card/ClassificationCard.tsx b/web/src/components/card/ClassificationCard.tsx index fcc86bc91..661e6c1e8 100644 --- a/web/src/components/card/ClassificationCard.tsx +++ b/web/src/components/card/ClassificationCard.tsx @@ -211,7 +211,7 @@ export function GroupedClassificationCard({ }); if (!best) { - return group[0]; + return group.at(-1); } const bestTyped: ClassificationItemData = best;