diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 90c29dccf508..c13e7bb88ac1 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -210,7 +210,7 @@ @section('body') -@if ( ! Request::is('settings/account_management')) +@if (Utils::isNinjaProd() && ! Request::is('settings/account_management')) @include('partials.upgrade_modal') @endif