From 96a0def846300cc42faf073df6dd318646cf2321 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 5 Sep 2024 11:44:26 -0700 Subject: [PATCH] IO-2902 Fix prettier formatting Signed-off-by: Allan Carr --- .../shop-info/shop-info.rbac.component.jsx | 656 +++++++++--------- 1 file changed, 332 insertions(+), 324 deletions(-) diff --git a/client/src/components/shop-info/shop-info.rbac.component.jsx b/client/src/components/shop-info/shop-info.rbac.component.jsx index 5bd59d346..a058e5f61 100644 --- a/client/src/components/shop-info/shop-info.rbac.component.jsx +++ b/client/src/components/shop-info/shop-info.rbac.component.jsx @@ -30,219 +30,226 @@ export function ShopInfoRbacComponent({ form, bodyshop }) { return ( - {...HasFeatureAccess({ featureName: "export", bodyshop }) ? [ - - - , - - - , - - - , - - - - ]:[]} - {...HasFeatureAccess({ featureName: "bills", bodyshop }) ? [ - - - , - - - , - - - , - - - , - - - - ]:[]} - - {...HasFeatureAccess({ featureName: "courtesycars", bodyshop }) ? [ - - - , - - - , - - - , - - - , - - - , - - - - ]:[]} - {...HasFeatureAccess({ featureName: "csi", bodyshop }) ? [ - - - , - - - - ]:[]} + {...HasFeatureAccess({ featureName: "export", bodyshop }) + ? [ + + + , + + + , + + + , + + + + ] + : []} + {...HasFeatureAccess({ featureName: "bills", bodyshop }) + ? [ + + + , + + + , + + + , + + + , + + + + ] + : []} + {...HasFeatureAccess({ featureName: "courtesycars", bodyshop }) + ? [ + + + , + + + , + + + , + + + , + + + , + + + + ] + : []} + {...HasFeatureAccess({ featureName: "csi", bodyshop }) + ? [ + + + , + + + + ] + : []} )} - {...HasFeatureAccess({ featureName: "timetickets", bodyshop }) ? [ - - - , - - - , - - - , - - - , - - - , - - - , - - - , - - - , - - - - ]:[]} + {...HasFeatureAccess({ featureName: "timetickets", bodyshop }) + ? [ + + + , + + + , + + + , + + + , + + + , + + + , + + + , + + + , + + + + ] + : []} )} -