feat: open purchase flow

This commit is contained in:
Antonella Sgarlatta
2021-10-04 17:03:20 -03:00
parent 3867f625f1
commit e134598c20
2 changed files with 60 additions and 20 deletions

View File

@@ -77,7 +77,7 @@ export const Subscription: FunctionComponent<Props> = observer(({
) : userSubscription && userSubscription.endsAt > now ? (
<SubscriptionInformation subscriptionState={subscriptionState} />
) : (
<NoSubscription />
<NoSubscription application={application} />
)}
</div>
</div>