fix: remove dead search property, simplify empty state message

This commit is contained in:
Ovidiu U
2026-04-07 22:04:15 +01:00
parent a576ef6b4a
commit c4f5fd042b
3 changed files with 2 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
</div>
@empty
<p class="text-sm text-text-muted">
No stations found within {{ $radius }} {{ str('mile')->plural($radius) }} of "{{ $search }}".
No stations found within {{ $radius }} {{ str('mile')->plural($radius) }}.
</p>
@endforelse
</div>