i'm so stupid ughhh

This commit is contained in:
Felix 2019-08-27 11:22:19 +01:00
parent f4a2e6ca7a
commit ece2c62762
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class ReceiptPage2State extends State<ReceiptPage2> {
? 40.0
: MediaQuery.of(context).size.height * 0.06;
if (_categories.isNotEmpty) {
if (_categories.isEmpty) {
Future<List<String>> _futureCats = getCats();
_categories.add("Fetching categories...");
_futureCats.then((value) {