refactor: remove redundant plan name display from subscription form
This commit is contained in:
@@ -115,9 +115,6 @@ export function SubscriptionForm() {
|
|||||||
Active Subscription
|
Active Subscription
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<p className="font-serif text-[14px] text-[#00293D] mb-1">
|
|
||||||
Plan: <strong>{subscription.plan?.name}</strong>
|
|
||||||
</p>
|
|
||||||
{subscription.currentPeriodEnd && (
|
{subscription.currentPeriodEnd && (
|
||||||
<p className="font-serif text-[14px] text-[#00293D] mb-1">
|
<p className="font-serif text-[14px] text-[#00293D] mb-1">
|
||||||
{subscription.cancelAtPeriodEnd
|
{subscription.cancelAtPeriodEnd
|
||||||
|
|||||||
Reference in New Issue
Block a user