From a87a0bc24d1710373894f3150045257e1f97ce8c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 8 Aug 2017 22:30:05 +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 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