mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 16:05:50 -06:00
Wrong operator,
This commit is contained in:
parent
32a036b076
commit
53ff5c1490
@ -55,7 +55,7 @@ class GoogleChartController extends Controller
|
||||
$today = new Carbon;
|
||||
|
||||
while ($end >= $current) {
|
||||
$certain = $current > $today;
|
||||
$certain = $current < $today;
|
||||
$chart->addRow(clone $current, Steam::balance($account, $current), $certain);
|
||||
$current->addDay();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user