Skip to content

Commit

Permalink
fix(linter)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed Jun 26, 2018
1 parent 5c35f67 commit a9b2d9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const mapDispatchToProps = dispatch => ({
})

const enhance = compose(
modalEnhancer('SignMessage'),
modalEnhancer('SignMessage'),
connect(mapStateToProps, mapDispatchToProps)
)

Expand Down

0 comments on commit a9b2d9d

Please sign in to comment.