mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 04:37:13 -05:00
VC icon always in same place
This commit is contained in:
@@ -204,7 +204,6 @@ function GroupMember({
|
||||
{member.plusTier ? (
|
||||
<div className="text-xs text-lighter">+{member.plusTier}</div>
|
||||
) : null}
|
||||
<VoiceChatInfo member={member} />
|
||||
{member.role === "REGULAR" && showActions ? (
|
||||
<SubmitButton
|
||||
variant="minimal"
|
||||
@@ -225,6 +224,7 @@ function GroupMember({
|
||||
Remove manager
|
||||
</SubmitButton>
|
||||
) : null}
|
||||
<VoiceChatInfo member={member} />
|
||||
</fetcher.Form>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user