From fecb70e445d25a29e0d7e5482b8dfb9760a1984f Mon Sep 17 00:00:00 2001 From: Callum Axon Date: Thu, 29 Feb 2024 22:39:35 +0000 Subject: [PATCH] fix: more GCAP fixes --- app/Livewire/Roster/Renew.php | 1 - resources/views/mship/waiting-lists/view.blade.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/Roster/Renew.php b/app/Livewire/Roster/Renew.php index f46c80660a..37f5f5b94b 100644 --- a/app/Livewire/Roster/Renew.php +++ b/app/Livewire/Roster/Renew.php @@ -23,7 +23,6 @@ public function mount(UKCP $ukcp) $userOnRoster = Roster::where('account_id', auth()->user()->id)->exists(); $this->notifications = collect($ukcp->getUnreadNotificationsForUser(auth()->user()))->keyBy('id'); - $this->notifications = collect(); if ($userOnRoster) { session()->flash('error', 'You are already on the roster!'); diff --git a/resources/views/mship/waiting-lists/view.blade.php b/resources/views/mship/waiting-lists/view.blade.php index 67f2a93d51..284af9e163 100644 --- a/resources/views/mship/waiting-lists/view.blade.php +++ b/resources/views/mship/waiting-lists/view.blade.php @@ -8,6 +8,7 @@ Waiting List Details
+ {{ $list->name }}

Due to GCAP implementation this information is currently unavailable. We hope to be able to restore this functionality soon.

{{--