[mob] Fix active plan highlight (#1388)
## Description ## Tests Verified that free plan is highlighted for new sign ups 
This commit is contained in:
commit
b62fc60eb5
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ class _StripeSubscriptionPageState extends State<StripeSubscriptionPage> {
|
|||
storage: _currentSubscription!.storage,
|
||||
price: _currentSubscription!.price,
|
||||
period: _currentSubscription!.period,
|
||||
isActive: !_hasActiveSubscription,
|
||||
isActive: _currentSubscription!.isValid(),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue