Skip to content
Snippets Groups Projects
Commit 94dbbbc6 authored by shall0pass's avatar shall0pass Committed by James Long
Browse files

cleanup

parent 16e01a8f
No related branches found
No related tags found
No related merge requests found
...@@ -369,10 +369,6 @@ export default React.memo(function BudgetSummary({ month }) { ...@@ -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 { ...@@ -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:
} }
} }
......
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