Fix warning, hide images in quotes

This commit is contained in:
Jon Staab
2025-02-05 08:53:26 -08:00
parent af171bd2c9
commit 3e214881a3
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
<Button class="my-2 block max-w-full text-left" {onclick}>
{#if $quote}
<NoteCard {minimal} event={$quote} class="bg-alt rounded-box p-4">
{@render noteContent({event: $quote})}
{@render noteContent({event: $quote, minimal})}
</NoteCard>
{:else}
<div class="rounded-box p-4">