fix: 🐛 show speakAsCat if isCat

This commit is contained in:
ThatOneCalculator 2023-09-20 21:57:47 -07:00
parent f5b79e65f6
commit 2650445576
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -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