Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed May 8, 2024
1 parent 27d1779 commit dae43cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function SubscriptionPlanWidget({ message, showForPlans, includeCTA = tru
onClick={() => setDialogOpen(true)}>
More info
</Button>}>
<div>This project is currently in the <PlanChip subscriptionPlan={subscriptionPlan}/> Try out all the PLUS features for free!</div>
<div>This project is currently in the <PlanChip subscriptionPlan={subscriptionPlan}/> {!message && "Try out all the PLUS features for free!"}</div>
<div>{message}</div>
</Alert>

Expand Down

0 comments on commit dae43cd

Please sign in to comment.