style(dashboard-v2): prettier run

This commit is contained in:
Michał Leszczyk 2022-04-12 13:22:59 +02:00
parent b572cdf72c
commit e839184ee5
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const CurrentPlan = () => {
) : (
<p className="first-letter:uppercase">{dayjs(user.subscribedUntil).fromNow(true)} until the next payment</p>
))}
{user.subscriptionStatus && <LatestPayment user={user} />}
<SuggestedPlan plans={plans} activePlan={activePlan} />
</div>