From a550e32fd3fb5bfa8aa42cbdf7d9992fd70c60e0 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 6 Jan 2020 11:44:34 -0600 Subject: [PATCH] fix(bgs): include TT required field --- website/common/script/libs/getItemInfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/common/script/libs/getItemInfo.js b/website/common/script/libs/getItemInfo.js index c2c682175c..9976ada32f 100644 --- a/website/common/script/libs/getItemInfo.js +++ b/website/common/script/libs/getItemInfo.js @@ -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':