mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Remove uneeded blank spaces
This commit is contained in:
@@ -263,6 +263,7 @@ habitrpg.controller("InventoryCtrl",
|
||||
|
||||
return keys.length === 0;
|
||||
}
|
||||
|
||||
if (type === 'pets' || type === 'mounts') {
|
||||
for (var key in Content.timeTravelStable[type]) {
|
||||
if (!user.items[type][key]) return false;
|
||||
|
||||
Reference in New Issue
Block a user