Skip to content

Commit

Permalink
Remove invite codes
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored and TonyGiorgio committed Mar 27, 2024
1 parent 5c814b6 commit 8c3572d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/routes/settings/ManageFederations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c3572d

Please sign in to comment.