Update prettier to 1.13.0

This commit is contained in:
Ken-Håvard Lieng 2018-05-28 03:16:05 +02:00
parent 21b6740e8b
commit 9529af55c7
9 changed files with 56 additions and 41 deletions

View file

@ -81,4 +81,7 @@ const mapDispatch = dispatch => ({
)
});
export default connect(mapState, mapDispatch)(Chat);
export default connect(
mapState,
mapDispatch
)(Chat);