mirror of
https://github.com/funamitech/mastodon
synced 2024-12-02 16:58:53 +09: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)}
|
title={intl.formatMessage(messages.editFilter)}
|
||||||
href={filterEditLink(filter.get('id'))}
|
href={filterEditLink(filter.get('id'))}
|
||||||
>
|
>
|
||||||
<Icon icon='pencil' />
|
<Icon id='pencil' />
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user