diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 39f1941860b3..040257c4fe18 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -298,7 +298,7 @@ ]) @endif
- @if (Utils::isAdmin() && Auth::user()->confirmed) + @if (Utils::isAdmin() && Auth::user()->confirmed && Utils::getResllerType() != RESELLER_ACCOUNT_COUNT) @if (count(session(SESSION_USER_ACCOUNTS)) > 1)