Fix tournament LFG group note not showing for other groups

This commit is contained in:
Kalle
2026-03-23 20:09:40 +02:00
parent 11eeffd46e
commit 162772967e

View File

@@ -94,6 +94,10 @@ export function LFGGroupCard({
isStayAsSub={currentMember?.isStayAsSub ?? false}
memberCount={group.members.length}
/>
) : group.note ? (
<div className="text-lighter text-center text-xs mt-1">
{group.note}
</div>
) : null}
{action &&
(ownGroup?.usersRole === "OWNER" ||