Nobody cares about the number of items to hide

This commit is contained in:
Gert Hengeveld 2022-08-15 16:54:45 +02:00
parent 60c6653da8
commit ff5e9e8d40

View File

@ -165,11 +165,7 @@ export const Interaction = ({
{childCallIds?.length > 0 && (
<WithTooltip
hasChrome={false}
tooltip={
<Note
note={`${isCollapsed ? 'Show' : 'Hide'} interactions (${childCallIds.length})`}
/>
}
tooltip={<Note note={`${isCollapsed ? 'Show' : 'Hide'} interactions`} />}
>
<StyledIconButton containsIcon onClick={toggleCollapsed}>
<Icons icon="listunordered" />