diff --git a/lib/pages/income.dart b/lib/pages/income.dart index 60ba14e..18e00bc 100644 --- a/lib/pages/income.dart +++ b/lib/pages/income.dart @@ -7,12 +7,6 @@ class IncomePage extends StatelessWidget { @override Widget build(BuildContext context) { - return Center( - child: Column( - children: [ - Text("TBD"), - Placeholder(), - ], - )); + return Placeholder(); } }