mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
fix(stable): missing label on standard pets
This commit is contained in:
parent
8d040873a1
commit
1985d04bcf
1 changed files with 1 additions and 0 deletions
|
|
@ -557,6 +557,7 @@
|
||||||
petGroups () {
|
petGroups () {
|
||||||
let petGroups = [
|
let petGroups = [
|
||||||
{
|
{
|
||||||
|
label: this.$t('filterByStandard'),
|
||||||
key: 'standardPets',
|
key: 'standardPets',
|
||||||
petSource: {
|
petSource: {
|
||||||
eggs: this.content.dropEggs,
|
eggs: this.content.dropEggs,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue