From 6d634a4abc0034a4b88c228e1d3c6564349fb5e5 Mon Sep 17 00:00:00 2001 From: Anders Lindh Olsson <anders.lindholsson@ess.eu> Date: Thu, 14 Dec 2023 10:38:10 +0100 Subject: [PATCH] Fix indentation --- src/components/IOC/IOCDeployDialog/IOCDeployDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js b/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js index 61e31135..0d77ad0a 100644 --- a/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js +++ b/src/components/IOC/IOCDeployDialog/IOCDeployDialog.js @@ -96,8 +96,8 @@ export function IOCDeployDialog({ hostCSEntryId: host ? Number(host.csEntryHost.id) : init.csEntryHost - ? init.csEntryHost.id - : undefined + ? init.csEntryHost.id + : undefined } } ); -- GitLab