diff --git a/src/app/components/MenuSpace.svelte b/src/app/components/MenuSpace.svelte index e73c9e9..467dbb4 100644 --- a/src/app/components/MenuSpace.svelte +++ b/src/app/components/MenuSpace.svelte @@ -21,7 +21,6 @@ memberships, roomsByUrl, GENERAL, - PLATFORM_RELAY, } from "@app/state" import {checkRelayConnection, checkRelayAuth} from "@app/commands" import {pushModal} from "@app/modal" @@ -98,21 +97,19 @@ Create Invite - {#if !PLATFORM_RELAY} -
  • - {#if getMembershipUrls($userMembership).includes(url)} - - {:else} - - {/if} -
  • - {/if} +
  • + {#if getMembershipUrls($userMembership).includes(url)} + + {:else} + + {/if} +
  • {/if}