diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php index bd13301..89715fa 100644 --- a/resources/views/pages/association/profile.blade.php +++ b/resources/views/pages/association/profile.blade.php @@ -131,6 +131,12 @@ $listenForPayment = function () { $this->currentYearIsPaid = true; } } + if ($paymentEvent->paid) { + $this->currentYearIsPaid = true; + $this->payments = $this->currentPleb + ->paymentEvents() + ->get(); + } }; $save = function ($type) {