diff --git a/lib/ui/subscription_page.dart b/lib/ui/subscription_page.dart index cd6774a54..fdf4e320e 100644 --- a/lib/ui/subscription_page.dart +++ b/lib/ui/subscription_page.dart @@ -172,7 +172,6 @@ class _SubscriptionPageState extends State { ), )); } else { - // TODO: Show usage widgets.add(Container( height: 50, child: FutureBuilder( @@ -195,7 +194,6 @@ class _SubscriptionPageState extends State { }, ), )); - // TODO: Show current plan details (next billing date) } widgets.addAll([ Column(