diff --git a/lib/pages/receipt_page_2.dart b/lib/pages/receipt_page_2.dart index d98f9c7..162ac6b 100644 --- a/lib/pages/receipt_page_2.dart +++ b/lib/pages/receipt_page_2.dart @@ -107,7 +107,7 @@ class ReceiptPage2State extends State { ? 40.0 : MediaQuery.of(context).size.height * 0.06; - if (_categories.isNotEmpty) { + if (_categories.isEmpty) { Future> _futureCats = getCats(); _categories.add("Fetching categories..."); _futureCats.then((value) {