diff --git a/lib/ui/subscription_page.dart b/lib/ui/subscription_page.dart index 4a4f3237c..cd6774a54 100644 --- a/lib/ui/subscription_page.dart +++ b/lib/ui/subscription_page.dart @@ -221,21 +221,6 @@ class _SubscriptionPageState extends State { ), ), ]); - } else { - widgets.add( - Padding( - padding: EdgeInsets.all(12), - child: Text( - "your next billing date is " + - getFormattedDate(DateTime.fromMicrosecondsSinceEpoch( - _currentSubscription.expiryTime)), - style: TextStyle( - color: Colors.white, - height: 1.2, - ), - ), - ), - ); } widgets.addAll([ Expanded(child: Container()),