chore: format

This commit is contained in:
ThatOneCalculator 2023-05-25 20:42:14 -07:00
parent f9074ad771
commit e1462133f6
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -1,10 +1,7 @@
<template>
<p v-if="note.cw != null" class="cw">
<MkA
v-if="
conversation &&
note.renoteId == parentId
"
v-if="conversation && note.renoteId == parentId"
:to="`#${parentId}`"
behavior="browser"
class="reply-icon"
@ -67,10 +64,7 @@
>
<template v-if="!note.cw">
<MkA
v-if="
conversation &&
note.renoteId == parentId
"
v-if="conversation && note.renoteId == parentId"
:to="`#${parentId}`"
behavior="browser"
class="reply-icon"