fix linting for filePrice component
This commit is contained in:
parent
76b7181496
commit
a759ccb64b
1 changed files with 4 additions and 1 deletions
|
@ -18,4 +18,7 @@ const perform = dispatch => ({
|
|||
// cancelFetchCostInfo: (uri) => dispatch(doCancelFetchCostInfoForUri(uri))
|
||||
});
|
||||
|
||||
export default connect(select, perform)(FilePrice);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(FilePrice);
|
||||
|
|
Loading…
Reference in a new issue