Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Oct 11, 2024
1 parent ba90408 commit 0b95c77
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const OrderEnvironments: FC<OrderEnvironmentsProps> = () => {
'purchaseAdditionalEnvironments',
);

// if (!isPro() || !isPurchaseAdditionalEnvironmentsEnabled) {
// return null;
// }
if (!isPro() || !isPurchaseAdditionalEnvironmentsEnabled) {
return null;
}

const onSubmit = (environments: string[]) => {
setPurchaseDialogOpen(false);
Expand Down

0 comments on commit 0b95c77

Please sign in to comment.