Fix ServerInfo Overflow
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-04-05 21:57:56 -04:00
parent f2901ee7d5
commit a9ed6dbf7e
No known key found for this signature in database

View file

@ -150,7 +150,7 @@ function GuildInfoModal({ guild }: GuildProps) {
> >
<div style={{ textAlign: "center" }}> <div style={{ textAlign: "center" }}>
<div> <div>
Mutual Members Mutual Users
</div>{mutualMembersCount !== undefined ? ` (${mutualMembersCount})` : ""} </div>{mutualMembersCount !== undefined ? ` (${mutualMembersCount})` : ""}
</div> </div>
</TabBar.Item> </TabBar.Item>