mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
fix backgrounds not showing on time traveler shop
This commit is contained in:
@@ -364,7 +364,7 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
|
|||||||
backgroundCategory.items.push(item);
|
backgroundCategory.items.push(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (backgroundCategory.length > 0) {
|
if (backgroundCategory.items.length > 0) {
|
||||||
categories.push(backgroundCategory);
|
categories.push(backgroundCategory);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user