From 238d368c6de3078dc5634b71e2cd18e41c79b427 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Sun, 7 Jan 2024 23:56:54 -0800 Subject: [PATCH] wip --- lib/ui-react/src/chip/ChipList.tsx | 2 +- lib/ui-standalone/src/chip/ChipList.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui-react/src/chip/ChipList.tsx b/lib/ui-react/src/chip/ChipList.tsx index 6877aefe..06c589aa 100644 --- a/lib/ui-react/src/chip/ChipList.tsx +++ b/lib/ui-react/src/chip/ChipList.tsx @@ -20,7 +20,7 @@ export const ChipList: FunctionComponent<{ const { groups, ungrouped } = groupAnnotations(annotations) return (
- {Object.entries(groups).map(([group, anns]) => ( + {groups.map(([group, anns]) => (