diff --git a/resources/views/portal/ninja2020/layout/app.blade.php b/resources/views/portal/ninja2020/layout/app.blade.php index d1d132da8014..160981306eec 100644 --- a/resources/views/portal/ninja2020/layout/app.blade.php +++ b/resources/views/portal/ninja2020/layout/app.blade.php @@ -72,7 +72,7 @@ {{-- Feel free to push anything to header using @push('header') --}} @stack('head') - @if((bool) \App\Utils\Ninja::isSelfHost()) + @if((bool) \App\Utils\Ninja::isSelfHost() && !empty($client->getSetting('portal_custom_head')))
{!! $client->getSetting('portal_custom_head') !!}