mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
Changes animal attribute that A-Z sort is applied to. (#9241)
This commit is contained in:
parent
f15a27a7f1
commit
52064f6b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@
|
|||
// 2. Sort
|
||||
switch (sort) {
|
||||
case 'AZ':
|
||||
animals = _sortBy(animals, ['name']);
|
||||
animals = _sortBy(animals, ['eggName']);
|
||||
break;
|
||||
|
||||
case 'sortByColor':
|
||||
|
|
|
|||
Loading…
Reference in a new issue