Improve relay access checks, content loading

This commit is contained in:
Jon Staab
2024-10-10 17:09:01 -07:00
parent 83d892afc3
commit 597ebddf82
14 changed files with 127 additions and 104 deletions
+1 -1
View File
@@ -7,5 +7,5 @@
</script>
{#if $relay?.profile?.description}
<p>{$relay?.profile.description}</p>
<p class={$$props.class}>{$relay?.profile.description}</p>
{/if}