Skip to content

Commit a0071b9

Browse files
committed
removed comment
1 parent 4bae709 commit a0071b9

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.v3.billing

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.v3.billing/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default function ChoosePlanPage() {
117117
subscription={v3Subscription}
118118
organizationSlug={organizationSlug}
119119
hasPromotedPlan={false}
120-
periodEnd={periodEnd} // Add this line
120+
periodEnd={periodEnd}
121121
/>
122122
</div>
123123
</div>

0 commit comments

Comments
 (0)