cleanup
This commit is contained in:
parent
16e01a8f58
commit
94dbbbc68b
2 changed files with 0 additions and 9 deletions
|
@ -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:
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue