This commit is contained in:
Ben Goldsworthy 2022-11-28 14:58:49 -06:00
parent e71062953e
commit 008c08e6cf

View file

@ -102,7 +102,7 @@
</audio>`; @endphp
@endif
@else
@php $popupContent = `<p class="popup__note">{!! $checkin->note !!}</p>`; @endphp
@php $popupContent ='<p class="popup__note">' . $checkin->note . '</p>'; @endphp
@endif
popupMarkup = `<h2 class="popup__title">{!! $checkin->title ?? "<i>Untitled</i>" !!}</h2>`;