FIX SPACES AVMG

This commit is contained in:
1day2die 2021-11-12 19:53:12 +01:00
parent 93ce540b3f
commit cccc4bf9aa

View file

@ -86,7 +86,6 @@ class HomeController extends Controller
$bg = $this->getTimeLeftBoxBackground($daysLeft);
$boxText = $this->getTimeLeftBoxText($daysLeft, $hoursLeft);
$unit = $daysLeft < 1 ? ($hoursLeft < 1 ? null : "hours") : "days";
}