diff --git a/web/src/stores/budget.ts b/web/src/stores/budget.ts index 1f84a75..1c42919 100644 --- a/web/src/stores/budget.ts +++ b/web/src/stores/budget.ts @@ -59,8 +59,6 @@ export const useBudgetsStore = defineStore("budget", { MergeBudgetingData(response: any) { const accounts = useAccountStore(); for (const account of response.Accounts || []) { - const existingAccount = accounts.Accounts.get(account.ID); - account.Transactions = existingAccount?.Transactions ?? []; if (account.LastReconciled.Valid) account.LastReconciled.Time = new Date( account.LastReconciled.Time