don't show quotes on compact display
This commit is contained in:
parent
1ac46ce7ac
commit
473faa6b57
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
@pause="$emit('mediapause', attachment.id)"
|
||||
/>
|
||||
<div
|
||||
v-if="status.quote"
|
||||
v-if="status.quote && !compact"
|
||||
class="quote"
|
||||
>
|
||||
<QuoteCard
|
||||
|
|
Loading…
Reference in a new issue