Fix injection

This commit is contained in:
Zach Fox 2017-09-29 16:36:31 -07:00
parent 255cede808
commit 1e52e7824b

View file

@ -203,7 +203,7 @@
data: { data: {
commerceMode: Settings.getValue("commerce", false), commerceMode: Settings.getValue("commerce", false),
userIsLoggedIn: Account.loggedIn, userIsLoggedIn: Account.loggedIn,
walletNeedsSetup: Wallet.walletStatus !== 3 walletNeedsSetup: Wallet.walletStatus === 1
} }
})); }));
} else if (parsedJsonMessage.type === "PURCHASES") { } else if (parsedJsonMessage.type === "PURCHASES") {