From 1156eea8af31f22c03343af884d7e8249765d925 Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Tue, 21 Jun 2022 19:11:16 -0700 Subject: [PATCH] Fixes issue where asset images were showing up in checkin emails --- resources/views/notifications/markdown/checkin-asset.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/notifications/markdown/checkin-asset.blade.php b/resources/views/notifications/markdown/checkin-asset.blade.php index 22f97799ce..947fed28c0 100644 --- a/resources/views/notifications/markdown/checkin-asset.blade.php +++ b/resources/views/notifications/markdown/checkin-asset.blade.php @@ -4,7 +4,7 @@ {{ trans('mail.the_following_item') }} @if ($item->getImageUrl()) -
Asset
+
Asset
@endif @component('mail::table')