Skip to content

Commit

Permalink
fix: more GCAP fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AxonC committed Feb 29, 2024
1 parent e5bf458 commit fecb70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/Livewire/Roster/Renew.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!');
Expand Down
1 change: 1 addition & 0 deletions resources/views/mship/waiting-lists/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<i class="fa fa-list"></i> Waiting List Details
</div>
<div class="panel-body">
{{ $list->name }}
<p>Due to GCAP implementation this information is currently unavailable.
We hope to be able to restore this functionality soon.</p>
{{-- <table class="table">
Expand Down

0 comments on commit fecb70e

Please sign in to comment.