From 7035652762afcf89b59d9a9ab472cea73526e901 Mon Sep 17 00:00:00 2001 From: 4nalog <4nalog@protonmail.com> Date: Sat, 11 Mar 2023 04:04:08 +0530 Subject: [PATCH] chore: fix formatting Signed-off-by: 4nalog <4nalog@protonmail.com> --- .../console/src/components/Launch/LaunchForm/StructInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/console/src/components/Launch/LaunchForm/StructInput.tsx b/packages/console/src/components/Launch/LaunchForm/StructInput.tsx index cb8be5f83..f3dbecaf4 100644 --- a/packages/console/src/components/Launch/LaunchForm/StructInput.tsx +++ b/packages/console/src/components/Launch/LaunchForm/StructInput.tsx @@ -29,7 +29,7 @@ muiTheme.typography.h5 = { fontWeight: 400, }; -const formatJson = (data) => { +const formatJson = data => { const keys = Object.keys(data); if (keys.includes('title')) {