From 1e52e7824bef5eef646247e1a5ab455a07e5fc08 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Fri, 29 Sep 2017 16:36:31 -0700 Subject: [PATCH] Fix injection --- scripts/system/marketplaces/marketplaces.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/marketplaces/marketplaces.js b/scripts/system/marketplaces/marketplaces.js index b035bac3ec..711f94d53e 100644 --- a/scripts/system/marketplaces/marketplaces.js +++ b/scripts/system/marketplaces/marketplaces.js @@ -203,7 +203,7 @@ data: { commerceMode: Settings.getValue("commerce", false), userIsLoggedIn: Account.loggedIn, - walletNeedsSetup: Wallet.walletStatus !== 3 + walletNeedsSetup: Wallet.walletStatus === 1 } })); } else if (parsedJsonMessage.type === "PURCHASES") {