Compare commits
2 Commits
b67e4e0f82
...
1addc4b1d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
1addc4b1d7
|
|||
|
b6eb3d9458
|
@@ -350,7 +350,7 @@ h4{
|
|||||||
isLoggedIn={!!data.session?.user}
|
isLoggedIn={!!data.session?.user}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if data.note}
|
{#if data.note && data.note.trim()}
|
||||||
<RecipeNote note={data.note}></RecipeNote>
|
<RecipeNote note={data.note}></RecipeNote>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user