mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(shops): lots of layout corrections
This commit is contained in:
@@ -364,7 +364,9 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
|
||||
backgroundCategory.items.push(item);
|
||||
}
|
||||
}
|
||||
categories.push(backgroundCategory);
|
||||
if (backgroundCategory.length > 0) {
|
||||
categories.push(backgroundCategory);
|
||||
}
|
||||
|
||||
for (const type of Object.keys(stable)) {
|
||||
const category = {
|
||||
|
||||
Reference in New Issue
Block a user