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