refactor: display group even if it has no items

This commit is contained in:
zhom
2025-08-13 09:07:46 +04:00
parent ceb2eec80e
commit 201e0270c7
2 changed files with 25 additions and 23 deletions
+1 -3
View File
@@ -27,9 +27,7 @@ export function GroupBadges({
);
}
if (groups.length === 0) {
return null;
}
// Always show group badges area even if groups list is empty (will just render nothing visible for now)
return (
<div className="flex flex-wrap gap-2 mb-4">