Skip to content

Commit

Permalink
Add missing wire:key
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Nov 4, 2023
1 parent 177f63a commit 4727035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/queues.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class="min-h-full flex flex-col"
@else
<div class="grid gap-3 mx-px mb-px">
@foreach ($queues as $queue => $readings)
<div>
<div wire:key="{{ $queue }}">
<h3 class="font-bold text-gray-700 dark:text-gray-300">
@if ($showConnection)
{{ $queue }}
Expand Down

0 comments on commit 4727035

Please sign in to comment.