From 16218792172a8905d7d26ec421ce9d83ec470faf Mon Sep 17 00:00:00 2001
From: fsociety
Date: Thu, 24 Oct 2024 15:03:24 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(profile):=20disable=20event?=
=?UTF-8?q?=20display=20when=20no=20events=20are=20available=20in=20the=20?=
=?UTF-8?q?association=20profile=20view.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
resources/views/pages/association/profile.blade.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php
index 6702c94..6b9fa85 100644
--- a/resources/views/pages/association/profile.blade.php
+++ b/resources/views/pages/association/profile.blade.php
@@ -425,7 +425,7 @@ $loadEvents = function () {
class="break-all">{{ $currentPleb->paymentEvents->first()->event_id }}
- @if(isset($events[0]))
+ @if(false && isset($events[0]))
{{ $events[0]['content'] }}
@if(!$invoice && !$currentYearIsPaid)