Skip to content

Commit 9b1aff8

Browse files
committed
chore: removed unnes memo dependency
1 parent 25cfc26 commit 9b1aff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Website/components/insightsview/overview/InsightsOverviewView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const InsightsOverviewView = ({ }: InsightsOverviewViewProps) => {
8383
{ id: 'Notes Enabled', label: 'Notes Enabled', value: notesEnabled },
8484
{ id: 'Notes Disabled', label: 'Notes Disabled', value: notesDisabled },
8585
].filter(item => item.value > 0); // Only show categories with values
86-
}, [groups, theme.palette]);
86+
}, [groups]);
8787

8888
const attributeTypeData = useMemo(() => {
8989
const allEntities = groups.flatMap(group => group.Entities);

0 commit comments

Comments
 (0)