Fix: clientViewCSS() on boolean in client portal

This commit is contained in:
Hillel Coren 2018-01-11 12:01:03 +02:00
parent 089201bdde
commit 606b4a1a3b

View File

@ -5,7 +5,7 @@
<link href="{!! $clientFontUrl !!}" rel="stylesheet" type="text/css">
@endif
<link href="{{ asset('css/built.public.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
<style type="text/css">{!! isset($account)?$account->clientViewCSS():'' !!}</style>
<style type="text/css">{!! !empty($account)?$account->clientViewCSS():'' !!}</style>
@stop
@section('body')