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 ? (