fix linting for channelTitle component
This commit is contained in:
parent
3ca5f7a2e9
commit
ad0732eaf4
1 changed files with 4 additions and 1 deletions
|
@ -15,4 +15,7 @@ const perform = dispatch => ({
|
|||
resolveUri: uri => dispatch(doResolveUri(uri)),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(ChannelTile);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(ChannelTile);
|
||||
|
|
Loading…
Add table
Reference in a new issue