refactor: bring back deleted code

This commit is contained in:
Ayo 2023-01-21 23:09:37 +01:00
parent b64a4784ab
commit 084b5806bf

View file

@ -51,6 +51,7 @@ const isFiltered = $computed(() => filterPhrase && (context && context !== 'deta
:status="status.reblog" border="~ rounded" :status="status.reblog" border="~ rounded"
:actions="false" :actions="false"
/> />
<div v-if="isDM" />
</StatusSpoiler> </StatusSpoiler>
</div> </div>
</template> </template>