From da9bbfd6affac7d12b43d07db87872396f639014 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 8 Aug 2017 22:29:51 +0300 Subject: [PATCH] Don't include upgrade modal on self host --- resources/views/header.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 0dca92860962..ecb36a9baced 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