mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
fix: 🐛 Fix missing quotes
This commit is contained in:
parent
e7768e3a3f
commit
c7b239415f
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<SocialElementsNotesAttachment v-for="attachment of note.media_attachments" :key="attachment.id"
|
||||
:attachment="attachment" />
|
||||
</div>
|
||||
<LazySocialElementsNotesNote v-if="isQuote && note?.reblog" :note="note?.reblog" :small="true"
|
||||
<LazySocialElementsNotesNote v-if="isQuote && note?.quote" :note="note?.quote" :small="true"
|
||||
class="mt-4 !rounded" />
|
||||
</div>
|
||||
<div v-else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue