mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix backgrounds not showing on time traveler shop
This commit is contained in:
parent
15cea33c4b
commit
4c13f3193e
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
|
|||
backgroundCategory.items.push(item);
|
||||
}
|
||||
}
|
||||
if (backgroundCategory.length > 0) {
|
||||
if (backgroundCategory.items.length > 0) {
|
||||
categories.push(backgroundCategory);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue