This commit is contained in:
James Cole
2020-04-26 06:54:12 +02:00
parent 19d24b3e2a
commit c7c875e95f
2 changed files with 5 additions and 6 deletions

View File

@@ -86,7 +86,6 @@ class IndexController extends Controller
}
/**
* TODO the "budgeted" progress bar doesn't update.
* Show all budgets.
*
* @param Request $request
@@ -106,7 +105,6 @@ class IndexController extends Controller
$budgeted = '0';
$spent = '0';
// new period stuff:
$periodTitle = app('navigation')->periodShow($start, $range);
$prevLoop = $this->getPreviousPeriods($start, $range);