diff --git a/app/Http/Livewire/Meetup/LandingPageEvent.php b/app/Http/Livewire/Meetup/LandingPageEvent.php index 1f90cd1e..cdd0abcf 100644 --- a/app/Http/Livewire/Meetup/LandingPageEvent.php +++ b/app/Http/Livewire/Meetup/LandingPageEvent.php @@ -30,7 +30,7 @@ class LandingPageEvent extends Component public function mount() { - $this->meetupEvent->load('meetup.users:id'); + $this->meetupEvent->load('meetup.users:id,public_key'); $this->meetup = $this->meetupEvent->meetup; $this->checkShowUp(); }