From 162772967e449f15cdcfd26926f680a44fcca1df Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:09:40 +0200 Subject: [PATCH] Fix tournament LFG group note not showing for other groups --- app/features/tournament-lfg/components/LFGGroupCard.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/features/tournament-lfg/components/LFGGroupCard.tsx b/app/features/tournament-lfg/components/LFGGroupCard.tsx index 2a2857a3a..7f88e36ee 100644 --- a/app/features/tournament-lfg/components/LFGGroupCard.tsx +++ b/app/features/tournament-lfg/components/LFGGroupCard.tsx @@ -94,6 +94,10 @@ export function LFGGroupCard({ isStayAsSub={currentMember?.isStayAsSub ?? false} memberCount={group.members.length} /> + ) : group.note ? ( +