🐛 Fixed small errors in editor

This commit is contained in:
Mawoka
2022-12-06 16:57:56 +01:00
parent 394887aff6
commit 21d1de595d
5 changed files with 11 additions and 8 deletions
+5 -1
View File
@@ -67,7 +67,11 @@
class="whitespace-nowrap truncate text-center w-full bg-transparent rounded dark:text-white"
class:dark:text-black={selected_question === -1}
>
{@html data.title}
{#if data.title}
{@html data.title}
{:else}
<i>No title...</i>
{/if}
</p>
</div>
<div