Add icon to the left pane archive button
This commit is contained in:
parent
6f7e5d6242
commit
0f9608d9a3
2 changed files with 35 additions and 3 deletions
|
@ -197,7 +197,10 @@ export const ConversationList: React.FC<PropsType> = ({
|
|||
onClick={onClickArchiveButton}
|
||||
type="button"
|
||||
>
|
||||
{i18n('archivedConversations')}{' '}
|
||||
<div className="module-conversation-list__item--archive-button__icon" />
|
||||
<span className="module-conversation-list__item--archive-button__text">
|
||||
{i18n('archivedConversations')}
|
||||
</span>
|
||||
<span className="module-conversation-list__item--archive-button__archived-count">
|
||||
{row.archivedConversationsCount}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue