mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-20 15:54: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>
|
</time>
|
||||||
</KeyValue>
|
</KeyValue>
|
||||||
</Show>
|
</Show>
|
||||||
<KeyValue key={"invite code"}>
|
|
||||||
{/* todo i18n, handle singular vs plural */}
|
|
||||||
<For each={fed.invite_codes}>
|
|
||||||
{(invite) => (
|
|
||||||
<MiniStringShower
|
|
||||||
text={invite}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</For>
|
|
||||||
</KeyValue>
|
|
||||||
<Show
|
<Show
|
||||||
when={
|
when={
|
||||||
fed.recommendations.length > 0
|
fed.recommendations.length > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user