fix: 🐛 show speakAsCat if isCat
This commit is contained in:
parent
f5b79e65f6
commit
2650445576
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
||||||
}}</template></FormSwitch
|
}}</template></FormSwitch
|
||||||
>
|
>
|
||||||
<FormSwitch
|
<FormSwitch
|
||||||
v-if="profile.speakAsCat"
|
v-if="profile.isCat"
|
||||||
v-model="profile.speakAsCat"
|
v-model="profile.speakAsCat"
|
||||||
class="_formBlock"
|
class="_formBlock"
|
||||||
>{{ i18n.ts.flagSpeakAsCat
|
>{{ i18n.ts.flagSpeakAsCat
|
||||||
|
|
Loading…
Reference in a new issue