fix linting for externalLink component
This commit is contained in:
parent
548dc4ae78
commit
256e09ac74
1 changed files with 4 additions and 1 deletions
|
@ -9,4 +9,7 @@ const perform = dispatch => ({
|
||||||
openModal: (modal, props) => dispatch(doNotify(modal, props)),
|
openModal: (modal, props) => dispatch(doNotify(modal, props)),
|
||||||
});
|
});
|
||||||
|
|
||||||
export default connect(select, perform)(ExternalLink);
|
export default connect(
|
||||||
|
select,
|
||||||
|
perform
|
||||||
|
)(ExternalLink);
|
||||||
|
|
Loading…
Reference in a new issue