fix
This commit is contained in:
parent
fea1f993e2
commit
ef17ff4e05
|
@ -35,15 +35,7 @@
|
||||||
|
|
||||||
<MkTab
|
<MkTab
|
||||||
v-model="tab"
|
v-model="tab"
|
||||||
:style="
|
:style="'underline'"
|
||||||
appearNote.repliesCount > 0 &&
|
|
||||||
appearNote.renoteCount > 0 &&
|
|
||||||
reactionsCount > 0 &&
|
|
||||||
directQuotes?.length > 0 &&
|
|
||||||
clips?.length > 0
|
|
||||||
? 'underline'
|
|
||||||
: ''
|
|
||||||
"
|
|
||||||
@update:modelValue="loadTab"
|
@update:modelValue="loadTab"
|
||||||
>
|
>
|
||||||
<option value="replies">
|
<option value="replies">
|
||||||
|
|
Loading…
Reference in New Issue