diff --git a/web/src/pages/BudgetSidebar.vue b/web/src/pages/BudgetSidebar.vue index 764ed67..9ae0fa7 100644 --- a/web/src/pages/BudgetSidebar.vue +++ b/web/src/pages/BudgetSidebar.vue @@ -5,11 +5,6 @@ import { useBudgetsStore } from "../stores/budget" import { useAccountStore } from "../stores/budget-account" import { useSettingsStore } from "../stores/settings" -const props = defineProps<{ - budgetid: string, - accountid: string, -}>(); - const ExpandMenu = computed(() => useSettingsStore().Menu.Expand); const budgetStore = useBudgetsStore(); @@ -30,7 +25,7 @@ const OffBudgetAccountsBalance = computed(() => accountStore.OffBudgetAccountsBa {{CurrentBudgetName}} - Budget
+ Budget
@@ -40,7 +35,7 @@ const OffBudgetAccountsBalance = computed(() => accountStore.OffBudgetAccountsBa
- {{account.Name}} + {{account.Name}}
@@ -50,7 +45,7 @@ const OffBudgetAccountsBalance = computed(() => accountStore.OffBudgetAccountsBa
- {{account.Name}} + {{account.Name}}