mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-28 11:00:26 -05:00
Fix edit filter link in filtered “Show why” dialog
This commit is contained in:
parent
c1befd3909
commit
6a1b4c3452
@ -214,7 +214,7 @@ const mapDispatchToProps = (dispatch, { intl, contextType }) => ({
|
||||
title={intl.formatMessage(messages.editFilter)}
|
||||
href={filterEditLink(filter.get('id'))}
|
||||
>
|
||||
<Icon icon='pencil' />
|
||||
<Icon id='pencil' />
|
||||
</a>
|
||||
)}
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user