mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-19 07:14:22 +01:00
Remove invite codes
This commit is contained in:
committed by
Tony Giorgio
parent
5c814b68fb
commit
8c3572dd15
@@ -239,16 +239,6 @@ function AddFederationForm(props: { refetch?: RefetchType }) {
|
||||
</time>
|
||||
</KeyValue>
|
||||
</Show>
|
||||
<KeyValue key={"invite code"}>
|
||||
{/* todo i18n, handle singular vs plural */}
|
||||
<For each={fed.invite_codes}>
|
||||
{(invite) => (
|
||||
<MiniStringShower
|
||||
text={invite}
|
||||
/>
|
||||
)}
|
||||
</For>
|
||||
</KeyValue>
|
||||
<Show
|
||||
when={
|
||||
fed.recommendations.length > 0
|
||||
|
||||
Reference in New Issue
Block a user