fix linting for uriIndicator component
This commit is contained in:
parent
980184e7ce
commit
620950fabb
1 changed files with 4 additions and 1 deletions
|
@ -17,4 +17,7 @@ const perform = dispatch => ({
|
|||
resolveUri: uri => dispatch(doResolveUri(uri)),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(UriIndicator);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(UriIndicator);
|
||||
|
|
Loading…
Add table
Reference in a new issue