Lint clean up

This commit is contained in:
Håvar Aambø Fosstveit
2019-03-31 22:22:25 +02:00
parent 2f19746fa9
commit 77298b6f2e
19 changed files with 139 additions and 145 deletions
+3 -3
View File
@@ -28,9 +28,9 @@ AudioPeers.propTypes =
};
const mapStateToProps = (state) =>
({
peers : state.peers
});
({
peers : state.peers
});
const AudioPeersContainer = connect(
mapStateToProps