Remove fixed todos
This commit is contained in:
parent
737d1216a3
commit
1a6457931c
1 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue