Parcourir la source

Remove fixed todos

Vishnu Mohandas il y a 4 ans
Parent
commit
1a6457931c
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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 {
     } else {
-      // TODO: Show usage
       widgets.add(Container(
       widgets.add(Container(
         height: 50,
         height: 50,
         child: FutureBuilder(
         child: FutureBuilder(
@@ -195,7 +194,6 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
           },
           },
         ),
         ),
       ));
       ));
-      // TODO: Show current plan details (next billing date)
     }
     }
     widgets.addAll([
     widgets.addAll([
       Column(
       Column(