[mob] Fix active plan highlight (#1388)

## Description

## Tests
Verified that free plan is highlighted for new sign ups


![image](https://github.com/ente-io/ente/assets/254676/8cf4a30d-57bc-47cc-ac54-acffbddf180c)
This commit is contained in:
Neeraj Gupta 2024-04-09 12:59:25 +05:30 committed by GitHub
commit b62fc60eb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -610,7 +610,7 @@ class _StripeSubscriptionPageState extends State<StripeSubscriptionPage> {
storage: _currentSubscription!.storage,
price: _currentSubscription!.price,
period: _currentSubscription!.period,
isActive: !_hasActiveSubscription,
isActive: _currentSubscription!.isValid(),
),
),
),