1
0
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:
Thibaut Girka 2019-12-12 16:02:51 +01:00 committed by ThibG
parent c1befd3909
commit 6a1b4c3452

View File

@ -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>