diff --git a/lib/pages/receipt_page_2.dart b/lib/pages/receipt_page_2.dart index 9f44f99..c1381c9 100644 --- a/lib/pages/receipt_page_2.dart +++ b/lib/pages/receipt_page_2.dart @@ -104,7 +104,6 @@ class ReceiptPage2State extends State { _futureCats.then((value) { _categories = null; _categories = value; - setState(() {}); }); }