Remove fixed todos

This commit is contained in:
Vishnu Mohandas 2021-02-01 03:41:20 +05:30
parent 737d1216a3
commit 1a6457931c

View file

@ -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(