From 61e4515c16761500b9495c19f0b4c92b0596beb9 Mon Sep 17 00:00:00 2001 From: AZ0228 <53315675+AZ0228@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:34:30 -0400 Subject: [PATCH] removing quick line --- .../EventDashboard/EventDashboardHeader.jsx | 58 +++++++++---------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/frontend/src/pages/ClubDash/EventsManagement/components/EventDashboard/EventDashboardHeader.jsx b/frontend/src/pages/ClubDash/EventsManagement/components/EventDashboard/EventDashboardHeader.jsx index b568d193..bb6846cd 100644 --- a/frontend/src/pages/ClubDash/EventsManagement/components/EventDashboard/EventDashboardHeader.jsx +++ b/frontend/src/pages/ClubDash/EventsManagement/components/EventDashboard/EventDashboardHeader.jsx @@ -250,39 +250,33 @@ function EventDashboardHeader({ event, stats, onClose, onRefresh, orgId, onSendA )} - {event?.hostingType === 'Org' && ( + {event?.hostingType === 'Org' && collaborationOrgs.length > 0 && (