Skip to content

Commit

Permalink
undo unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen committed May 1, 2024
1 parent fe70784 commit ac454a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dashboard/src/main/home/app-dashboard/apps/Apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,7 @@ const Apps: React.FC = () => {
Get started by creating an application.
</Text>
<Spacer y={1} />
{currentProject?.sandbox_enabled &&
currentProject?.billing_enabled &&
!hasPaymentEnabled ? (
{currentProject?.sandbox_enabled && currentProject?.billing_enabled && !hasPaymentEnabled ? (
<Button
alt
onClick={() => {
Expand Down

0 comments on commit ac454a8

Please sign in to comment.