🔥 remove unused budgetMonth (#1432)

<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write release notes for your PR — it should only take a
minute or two:
https://github.com/actualbudget/docs#writing-good-release-notes -->
This commit is contained in:
Matiss Janis Aboltins
2023-07-31 17:59:20 +01:00
committed by GitHub
parent 0d943516a3
commit 5bc37379fc
2 changed files with 6 additions and 2 deletions

View File

@@ -299,7 +299,6 @@ export default function BudgetWrapper() {
state => state.prefs.local.budgetType || 'rollover',
);
let prefs = useSelector(state => state.prefs.local);
let initialBudgetMonth = useSelector(state => state.app.budgetMonth);
let actions = useActions();
let spreadsheet = useSpreadsheet();
@@ -311,7 +310,6 @@ export default function BudgetWrapper() {
categories={categories}
budgetType={budgetType}
prefs={prefs}
initialBudgetMonth={initialBudgetMonth}
{...actions}
spreadsheet={spreadsheet}
/>

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
Remove unused `budgetMonth` state slice usage