mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(bgs): include TT required field
This commit is contained in:
parent
f51c12437d
commit
a550e32fd3
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
|
|||
purchaseType: 'backgrounds',
|
||||
path: `backgrounds.${item.set}.${item.key}`,
|
||||
pinType: 'background',
|
||||
locked: false,
|
||||
};
|
||||
break;
|
||||
case 'mystery_set':
|
||||
|
|
|
|||
Loading…
Reference in a new issue