Skip to content

Commit

Permalink
chore: Add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Jan 14, 2025
1 parent dbca8d7 commit 0365fc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const TrialAlertPlanAutoRenewsContent: FC<
);
};

// TODO: Test this and that it can subscribe to the same plan when on trial
const ReachingTheLimitMessage: FC<SubscriptionsTrialAlertProps> = (props) => {
if (props.subscription.plan.type !== 'PAY_AS_YOU_GO') {
return null;
Expand Down

0 comments on commit 0365fc5

Please sign in to comment.