We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5889aca commit 7b0666dCopy full SHA for 7b0666d
resources/views/components/incident.blade.php
@@ -15,7 +15,7 @@
15
])>
16
@if ($incident->components()->exists())
17
<div class="text-xs font-medium">
18
- {{ $incident->components()->pluck('name')->join(', ', 'and') }}
+ {{ $incident->components()->pluck('name')->join(', ', ' and ') }}
19
</div>
20
@endif
21
<div class="flex flex-col sm:flex-row justify-between gap-2 flex-col-reverse items-start sm:items-center">
0 commit comments