Skip to content

Commit

Permalink
update channel type icon on messages tab from engagement dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPierdona committed Jul 15, 2022
1 parent 1cac536 commit 7857892
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ const MessagesPerChannelSection = (): ReactElement => {
<Table.Cell>
<Margins inlineEnd='x4'>
{(t === 'd' && <Icon name='at' />) ||
(t === 'c' && <Icon name='lock' />) ||
(t === 'p' && <Icon name='hashtag' />)}
(t === 'p' && <Icon name='lock' />) ||
(t === 'c' && <Icon name='hashtag' />)}
</Margins>
{name}
</Table.Cell>
Expand Down

0 comments on commit 7857892

Please sign in to comment.