mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 04:36:02 -05:00
Fix tournament LFG group note not showing for other groups
This commit is contained in:
@@ -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" ||
|
||||
|
||||
Reference in New Issue
Block a user