Show member count on invite screen. Fixes #20

This commit is contained in:
janderedev
2021-08-12 10:45:22 +02:00
parent 642c5cf84f
commit 2034e28899
4 changed files with 15 additions and 7 deletions

View File

@@ -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"