From 028adc098b61c622b794a85384b06f14c8c88d1b Mon Sep 17 00:00:00 2001 From: sanjay-k1910 Date: Tue, 31 Oct 2023 13:07:48 +0530 Subject: [PATCH] refactor: ecosystem selection option Signed-off-by: sanjay-k1910 --- src/commonComponents/EcosystemProfileCard.tsx | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/commonComponents/EcosystemProfileCard.tsx b/src/commonComponents/EcosystemProfileCard.tsx index 6f637b01b..7419d7684 100644 --- a/src/commonComponents/EcosystemProfileCard.tsx +++ b/src/commonComponents/EcosystemProfileCard.tsx @@ -104,19 +104,21 @@ const EcosystemProfileCard = () => {
- - + { + Boolean(ecosystemOptions && ecosystemOptions.length > 0) && + + } + Go to Dashboard