fix linting for dateTime component
This commit is contained in:
parent
23a3b2dde6
commit
548dc4ae78
1 changed files with 4 additions and 1 deletions
|
@ -10,4 +10,7 @@ const perform = dispatch => ({
|
|||
fetchBlock: height => dispatch(doFetchBlock(height)),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(DateTime);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(DateTime);
|
||||
|
|
Loading…
Reference in a new issue