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
1 changed files with 2 additions and 8 deletions

View File

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