fix minore

This commit is contained in:
Pek5892 2023-10-27 17:15:08 +02:00
parent e651812528
commit 51ee3c48db
1 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,8 @@ echo '
$class = '';
$icon = 'plus';
$checks_not_verified = $checks->where('checked_at', null)->first();
$type = sizeof($checks_not_verified) ? 'warning' : 'success';
$icon2 = sizeof($checks_not_verified) ? 'clock-o' : 'check';
$type = ($checks_not_verified) ? 'warning' : 'success';
$icon2 = ($checks_not_verified) ? 'clock-o' : 'check';
}
echo '
<tr>