chore: format
This commit is contained in:
parent
f9074ad771
commit
e1462133f6
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue