From ac454a89c5514dcb9322436a470b4295dddf23d6 Mon Sep 17 00:00:00 2001 From: Feroze Mohideen Date: Wed, 1 May 2024 17:58:26 -0400 Subject: [PATCH] undo unintended changes --- dashboard/src/main/home/app-dashboard/apps/Apps.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dashboard/src/main/home/app-dashboard/apps/Apps.tsx b/dashboard/src/main/home/app-dashboard/apps/Apps.tsx index 24221cdae0..3d1cf066b3 100644 --- a/dashboard/src/main/home/app-dashboard/apps/Apps.tsx +++ b/dashboard/src/main/home/app-dashboard/apps/Apps.tsx @@ -257,9 +257,7 @@ const Apps: React.FC = () => { Get started by creating an application. - {currentProject?.sandbox_enabled && - currentProject?.billing_enabled && - !hasPaymentEnabled ? ( + {currentProject?.sandbox_enabled && currentProject?.billing_enabled && !hasPaymentEnabled ? (