diff --git a/components/GroupedStatusView/components/StatusGroup.tsx b/components/GroupedStatusView/components/StatusGroup.tsx index 58b6af0..8a34f9c 100644 --- a/components/GroupedStatusView/components/StatusGroup.tsx +++ b/components/GroupedStatusView/components/StatusGroup.tsx @@ -47,7 +47,10 @@ export const StatusGroup = ({ return (
-
+
)}
-
+
= ({ onToggle, }) => (
-
-
{title}
+
+
{title}
{description && ( -
{description}
+
{description}
)}
-
+
{statuses.map((status) => ( = ({ statuses }) => {
{statusEntries.map(([groupName, statusList]) => (
-
- +
+ {groupName.toLowerCase()} - + {statusList.length}
-
+
{statusList.map((status, index) => (