mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-12 13:05:06 -05:00
cleanup
This commit is contained in:
@@ -369,10 +369,6 @@ export default React.memo(function BudgetSummary({ month }) {
|
||||
name: 'set-3-avg',
|
||||
text: 'Set budgets to 3 month avg'
|
||||
},
|
||||
{
|
||||
name: 'set-all-future',
|
||||
text: 'Apply to all future budgets'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</Tooltip>
|
||||
|
||||
@@ -330,11 +330,6 @@ class Budget extends React.Component {
|
||||
case 3:
|
||||
this.onBudgetAction('set-3-avg');
|
||||
break;
|
||||
case 4:
|
||||
if (budgetType === 'report') {
|
||||
this.onBudgetAction('set-all-future');
|
||||
break;
|
||||
}
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user