mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22: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 () {
|
||||
let petGroups = [
|
||||
{
|
||||
label: this.$t('filterByStandard'),
|
||||
key: 'standardPets',
|
||||
petSource: {
|
||||
eggs: this.content.dropEggs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue