Skip to content

Commit

Permalink
Update app/lib/sharezone_plus/page/sharezone_plus_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander authored Sep 15, 2023
1 parent 29006da commit 3bd6065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/sharezone_plus/page/sharezone_plus_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ class _SubscribeSection extends StatelessWidget {
children: [
_Price(),
SizedBox(height: 12),
_SubscribeButton(loading: true),
_SubscribeButton(loading: false),
SizedBox(height: 12),
_LegalText(),
],
Expand Down

0 comments on commit 3bd6065

Please sign in to comment.