summaryrefslogtreecommitdiff
path: root/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js')
-rw-r--r--frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js b/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
index ab287bac..cf341da9 100644
--- a/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
+++ b/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
@@ -8,8 +8,6 @@ const mapDispatchToProps = (dispatch, ownProps) => {
}
}
-const EmptySlotContainer = connect(undefined, mapDispatchToProps)(
- EmptySlotComponent,
-)
+const EmptySlotContainer = connect(undefined, mapDispatchToProps)(EmptySlotComponent)
export default EmptySlotContainer