From e999eb66900e04c9a9a1caa9d672837a791ea8b7 Mon Sep 17 00:00:00 2001 From: Johanna Szepanski <johanna.szepanski@softhouse.se> Date: Wed, 13 Dec 2023 17:06:31 +0100 Subject: [PATCH] whitespace issue fixed by command npm run format --- src/components/IOC/IOCDeployDialog/IOCDeployDialog.js | 4 ++-- src/stories/components/common/IOC/IOCTable.stories.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js b/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js index c09e031a..3c17f48c 100644 --- a/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js +++ b/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js @@ -101,8 +101,8 @@ export function IOCDeployDialog({ hostCSEntryId: host ? Number(host.csEntryHost.id) : init.csEntryHost - ? init.csEntryHost.id - : undefined + ? init.csEntryHost.id + : undefined } } ); diff --git a/src/stories/components/common/IOC/IOCTable.stories.js b/src/stories/components/common/IOC/IOCTable.stories.js index 919b1da7..c5a676fe 100644 --- a/src/stories/components/common/IOC/IOCTable.stories.js +++ b/src/stories/components/common/IOC/IOCTable.stories.js @@ -65,7 +65,7 @@ BeforeAsync.parameters = { rest.get("*/iocs/*", (req, res, ctx) => res(ctx.delay("infinite"))), rest.get("*/monitoring/status/*", (req, res, ctx) => res(ctx.delay("infinite")) - ), + ) ] } }; -- GitLab