From 751a9ef3a12c952fe179f256d854d0c4aa37e28e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 4 Oct 2017 22:49:07 +0200 Subject: Apply prettier to codebase --- .../sidebars/topology/machine/UnitTabsComponent.js | 103 ++++++++++++--------- 1 file changed, 57 insertions(+), 46 deletions(-) (limited to 'src/components/app/sidebars/topology/machine/UnitTabsComponent.js') diff --git a/src/components/app/sidebars/topology/machine/UnitTabsComponent.js b/src/components/app/sidebars/topology/machine/UnitTabsComponent.js index 2113d6d8..0683c796 100644 --- a/src/components/app/sidebars/topology/machine/UnitTabsComponent.js +++ b/src/components/app/sidebars/topology/machine/UnitTabsComponent.js @@ -2,53 +2,64 @@ import React from "react"; import UnitAddContainer from "../../../../../containers/app/sidebars/topology/machine/UnitAddContainer"; import UnitListContainer from "../../../../../containers/app/sidebars/topology/machine/UnitListContainer"; -const UnitTabsComponent = ({inSimulation}) => ( -
- -
-
- {inSimulation ? - undefined : - - } - -
-
- {inSimulation ? - undefined : - - } - -
-
- {inSimulation ? - undefined : - - } - -
-
- {inSimulation ? - undefined : - - } - -
-
+const UnitTabsComponent = ({ inSimulation }) => ( +
+ +
+
+ {inSimulation ? undefined : } + +
+
+ {inSimulation ? undefined : } + +
+
+ {inSimulation ? undefined : } + +
+
+ {inSimulation ? undefined : } + +
+
); export default UnitTabsComponent; -- cgit v1.2.3