Skip to content

Commit

Permalink
add visible_on_map field to meetups table
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerHatGarKeineNode committed Aug 7, 2023
1 parent 34e065a commit fd0852b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Livewire/Meetup/MeetupEventTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function render()
{
return view('livewire.meetup.meetup-event-table', [
'markers' => MeetupEvent::query()
->where('visible_on_map', true)
->with([
'meetup.city.country',
])
Expand Down

0 comments on commit fd0852b

Please sign in to comment.