mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
WIP(shops): dates and fixes
This commit is contained in:
@@ -491,7 +491,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
|
||||
}
|
||||
|
||||
if (matcher) {
|
||||
itemInfo.end = { matcher };
|
||||
itemInfo.end = matcher.end;
|
||||
}
|
||||
|
||||
return itemInfo;
|
||||
|
||||
Reference in New Issue
Block a user