Reset income page to just a placeholder for consistency.
This commit is contained in:
parent
8c31d868b9
commit
305012ffd4
@ -7,12 +7,6 @@ class IncomePage extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Center(
|
||||
child: Column(
|
||||
children: [
|
||||
Text("TBD"),
|
||||
Placeholder(),
|
||||
],
|
||||
));
|
||||
return Placeholder();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user