typo
This commit is contained in:
parent
4ce8e83d3e
commit
14201f465b
|
@ -48,11 +48,11 @@
|
|||
</header>
|
||||
<div class="main">
|
||||
<div class="body">
|
||||
< v-if="appearNote.cw != null" class="cw">
|
||||
<div v-if="appearNote.cw != null" class="cw">
|
||||
<Mfm v-if="appearNote.cw != ''" class="text" :text="appearNote.cw" :author="appearNote.user" :i="$i" :custom-emojis="appearNote.emojis"/>
|
||||
<br/>
|
||||
<XCwButton v-model="showContent" :note="appearNote"/>
|
||||
</p>
|
||||
</div>
|
||||
<div v-show="appearNote.cw == null || showContent" class="content">
|
||||
<div class="text">
|
||||
<Mfm v-if="appearNote.text" :text="appearNote.text" :author="appearNote.user" :i="$i" :custom-emojis="appearNote.emojis"/>
|
||||
|
|
Loading…
Reference in New Issue