Skip to content

Commit

Permalink
fix: fix comments remove filters button
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Sep 28, 2021
1 parent 44fe490 commit 712196a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/manage/CSPanel/Comments.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ const Comments = ({ item, onClose = () => {} }) => {
setFilter(null);
}}
title={intl.formatMessage(messages.removeFilter)}
mini
>
<Icon name={clearSVG} size="30px" />
<Icon name={clearSVG} size="20px" />
</Button>
)}
</Segment>
Expand Down

0 comments on commit 712196a

Please sign in to comment.