This commit is contained in:
Andras Bacsai 2023-04-03 13:38:24 +02:00
parent 259f41bb8a
commit ecfbdc4870

View File

@ -1,3 +1,5 @@
<div>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') }}</pre>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>
{{ data_get($activity, 'description') }}
</pre>
</div>