From 2bf46fccb5e3c0441fcdc0764acdf22b8b9fcc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 18 May 2021 11:53:24 +0200 Subject: [PATCH] Show empty text when no public_notes is present --- .../ninja2020/components/livewire/credits-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/components/livewire/credits-table.blade.php b/resources/views/portal/ninja2020/components/livewire/credits-table.blade.php index e2ae75bafb0f..f3b0eb07f150 100644 --- a/resources/views/portal/ninja2020/components/livewire/credits-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/credits-table.blade.php @@ -59,7 +59,7 @@ {{ $credit->formatDate($credit->date, $credit->client->date_format()) }} - {{ empty($credit->public_notes) ? '/' : $credit->public_notes }} + {{ $credit->public_notes }}