forked from coracle/flotilla
Switch to new relays store
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
const relay = deriveRelay(props.url)
|
||||
</script>
|
||||
|
||||
{#if $relay?.profile?.description}
|
||||
<p class={props.class}>{$relay?.profile.description}</p>
|
||||
{#if $relay?.description}
|
||||
<p class={props.class}>{$relay.description}</p>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user