Fix typo
This commit is contained in:
parent
55b0f76987
commit
45cd43c192
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
|
|||
|
||||
if (_hasActiveSubscription &&
|
||||
_currentSubscription!.productID != freeProductID) {
|
||||
if (!_isActiveStripeSubscriber) {
|
||||
if (_isActiveStripeSubscriber) {
|
||||
widgets.add(
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 20, horizontal: 20),
|
||||
|
|
Loading…
Add table
Reference in a new issue