refactor: 不要な条件を除去

This commit is contained in:
zyoshoka 2023-11-30 00:20:06 +09:00
parent 0b5fc47427
commit e4eff689bd
No known key found for this signature in database
GPG Key ID: 0C2CB8FBA309A5B8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<Mfm v-if="cw != ''" :text="cw" :author="user" :nyaize="'respect'" :i="user" style="margin-right: 8px;"/>
<MkCwButton v-model="showContent" :text="text.trim()" :files="files" :poll="poll" style="margin: 4px 0;"/>
</p>
<div v-show="!useCw || cw == null || showContent">
<div v-show="!useCw || showContent">
<Mfm :text="text.trim()" :author="user" :nyaize="'respect'" :i="user"/>
</div>
</div>