Resolve map problem.
This commit is contained in:
@@ -45,7 +45,10 @@ enum ExpenseCategory {
|
||||
shopping('Shopping', Icons.shopping_bag),
|
||||
|
||||
/// Other miscellaneous expenses
|
||||
other('Other', Icons.category);
|
||||
other('Other', Icons.category),
|
||||
|
||||
/// Reimbursement for settling debts
|
||||
reimbursement('Remboursement', Icons.monetization_on);
|
||||
|
||||
const ExpenseCategory(this.displayName, this.icon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user