Skip to content
Snippets Groups Projects
Unverified Commit 5bc37379 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:fire: 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 -->
parent 0d943516
No related branches found
No related tags found
No related merge requests found
......@@ -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}
/>
......
---
category: Maintenance
authors: [MatissJanis]
---
Remove unused `budgetMonth` state slice usage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment