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