style(dashboard-v2): prettier run
This commit is contained in:
parent
b572cdf72c
commit
e839184ee5
|
@ -41,7 +41,7 @@ const CurrentPlan = () => {
|
||||||
) : (
|
) : (
|
||||||
<p className="first-letter:uppercase">{dayjs(user.subscribedUntil).fromNow(true)} until the next payment</p>
|
<p className="first-letter:uppercase">{dayjs(user.subscribedUntil).fromNow(true)} until the next payment</p>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
{user.subscriptionStatus && <LatestPayment user={user} />}
|
{user.subscriptionStatus && <LatestPayment user={user} />}
|
||||||
<SuggestedPlan plans={plans} activePlan={activePlan} />
|
<SuggestedPlan plans={plans} activePlan={activePlan} />
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue