use computed property

This commit is contained in:
mahansky
2024-09-04 03:39:50 +02:00
parent 63a07e7649
commit b0039885eb
2 changed files with 8 additions and 13 deletions

View File

@@ -93,7 +93,7 @@
</div>
<div id="logs" class="flex flex-col font-mono">
@forelse ($logLines as $line)
@forelse ($this->logLines as $line)
<div
@class([
'mt-2' => $line['command'] ?? false,