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
1 changed files with 1 additions and 1 deletions

View File

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