Fix number-input not returning numbers
This commit is contained in:
@ -61,7 +61,7 @@ export const useAccountStore = defineStore("budget/account", {
|
||||
return (category: Category): number => {
|
||||
return (
|
||||
category.AvailableLastMonth +
|
||||
Number(category.Assigned) +
|
||||
category.Assigned +
|
||||
category.Activity
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user