Updated dkim checking on table

This commit is contained in:
Mr Sleeps
2026-06-29 18:36:47 +01:00
parent d81fdbfda8
commit 8046336221
@@ -63,7 +63,7 @@ class DomainsTable
->tooltip(function ($record): string {
$dmarc = $record->dmarcCheck;
if (!$dmarc) {
if (!$dmarc || $dmarc == NULL) {
return 'DMARC not checked yet';
}