mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Show member count on invite screen. Fixes #20
This commit is contained in:
@@ -92,7 +92,15 @@ export default function Invite() {
|
||||
) : (
|
||||
<>
|
||||
<h1>{invite.server_name}</h1>
|
||||
<h2>#{invite.channel_name}</h2>
|
||||
<h2>
|
||||
#{invite.channel_name} •{" "}
|
||||
<Text
|
||||
id="app.special.invite.user_count"
|
||||
fields={{
|
||||
member_count: invite.member_count,
|
||||
}}
|
||||
/>
|
||||
</h2>
|
||||
<h3>
|
||||
<TextReact
|
||||
id="app.special.invite.invited_by"
|
||||
|
||||
Reference in New Issue
Block a user