mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add visible_on_map field to meetups table
This commit is contained in:
@@ -31,7 +31,6 @@ class MeetupEventTable extends Component
|
||||
{
|
||||
return view('livewire.meetup.meetup-event-table', [
|
||||
'markers' => MeetupEvent::query()
|
||||
->where('visible_on_map', true)
|
||||
->with([
|
||||
'meetup.city.country',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user