mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-06-12 17:57:50 +02:00
refactor: display group even if it has no items
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user