i'm so stupid ughhh
This commit is contained in:
parent
f4a2e6ca7a
commit
ece2c62762
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue