Skip to content

Commit 7b0666d

Browse files
committed
Fix concat
1 parent 5889aca commit 7b0666d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/incident.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
])>
1616
@if ($incident->components()->exists())
1717
<div class="text-xs font-medium">
18-
{{ $incident->components()->pluck('name')->join(', ', 'and') }}
18+
{{ $incident->components()->pluck('name')->join(', ', ' and ') }}
1919
</div>
2020
@endif
2121
<div class="flex flex-col sm:flex-row justify-between gap-2 flex-col-reverse items-start sm:items-center">

0 commit comments

Comments
 (0)