Fix: crash in new note flow, spotted by @thibaultmolleman
This commit is contained in:
parent
a6f7b1300a
commit
3e49929f25
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
</div>
|
||||
</LoginToggle>
|
||||
|
||||
{#if $comment.length >= 3}
|
||||
{#if $comment?.length >= 3}
|
||||
<SubtleButton on:click={uploadNote}>
|
||||
<img slot="image" src="./assets/svg/addSmall.svg" class="mr-4 h-8 w-8" />
|
||||
<Tr slot="message" t={Translations.t.notes.createNote} />
|
||||
|
|
Loading…
Reference in a new issue