summaryrefslogtreecommitdiff
path: root/frontend/src/containers/app/map/TileContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/app/map/TileContainer.js')
-rw-r--r--frontend/src/containers/app/map/TileContainer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/containers/app/map/TileContainer.js b/frontend/src/containers/app/map/TileContainer.js
index ddef097c..04d6c8d6 100644
--- a/frontend/src/containers/app/map/TileContainer.js
+++ b/frontend/src/containers/app/map/TileContainer.js
@@ -11,9 +11,9 @@ const mapStateToProps = (state, ownProps) => {
}
}
-const mapDispatchToProps = dispatch => {
+const mapDispatchToProps = (dispatch) => {
return {
- onClick: tile => {
+ onClick: (tile) => {
if (tile.rackId) {
dispatch(goFromRoomToRack(tile._id))
}