diff --git a/resources/views/public/header.blade.php b/resources/views/public/header.blade.php
index c41df36ddd67..d7c510adc5b5 100644
--- a/resources/views/public/header.blade.php
+++ b/resources/views/public/header.blade.php
@@ -72,14 +72,14 @@
- @if (!isset($account) || !$account->hasFeature(FEATURE_WHITE_LABEL))
+ @if (empty($account) || !$account->hasFeature(FEATURE_WHITE_LABEL))
{{-- Per our license, please do not remove or modify this link. --}}
@endif