mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
🔥 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:
committed by
GitHub
parent
0d943516a3
commit
5bc37379fc
@@ -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}
|
||||
/>
|
||||
|
||||
6
upcoming-release-notes/1432.md
Normal file
6
upcoming-release-notes/1432.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Remove unused `budgetMonth` state slice usage
|
||||
Reference in New Issue
Block a user