From 2319bf9a7a247669f15b3f05f5f6084aa5093dd1 Mon Sep 17 00:00:00 2001 From: hemahg Date: Mon, 28 Oct 2024 11:17:41 +0530 Subject: [PATCH] incorporate review comment Signed-off-by: hemahg --- ui/components/AppLayout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ui/components/AppLayout.tsx b/ui/components/AppLayout.tsx index 8e755903a..7fc55c2a1 100644 --- a/ui/components/AppLayout.tsx +++ b/ui/components/AppLayout.tsx @@ -37,14 +37,12 @@ export function AppLayout({ > {/**/} - {isValidKafkaId ? ( - + + {isValidKafkaId && ( - {children} - - ) : ( - <> - )} + )} + {children} + {/**/}