Skip to content

Commit

Permalink
chore: remove count from all tab
Browse files Browse the repository at this point in the history
  • Loading branch information
zchsh committed Jun 19, 2023
1 parent 6741bda commit 1fdbd30
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ export function UnifiedHitsContainer({
<Tab
heading={heading}
headingSlot={
<TabHeadingWithCount heading={heading} count={hitCount} />
<TabHeadingWithCount
heading={heading}
count={type === 'global' ? undefined : hitCount}
/>
}
icon={icon}
key={type}
Expand Down

0 comments on commit 1fdbd30

Please sign in to comment.