Remove invite codes

This commit is contained in:
benthecarman
2024-03-27 10:56:13 -05:00
committed by Tony Giorgio
parent 5c814b68fb
commit 8c3572dd15

View File

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