Selaa lähdekoodia

Remove fixed todos

Vishnu Mohandas 4 vuotta sitten
vanhempi
commit
1a6457931c
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      lib/ui/subscription_page.dart

+ 0 - 2
lib/ui/subscription_page.dart

@@ -172,7 +172,6 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
         ),
       ));
     } else {
-      // TODO: Show usage
       widgets.add(Container(
         height: 50,
         child: FutureBuilder(
@@ -195,7 +194,6 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
           },
         ),
       ));
-      // TODO: Show current plan details (next billing date)
     }
     widgets.addAll([
       Column(