mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
Fix injection
This commit is contained in:
parent
255cede808
commit
1e52e7824b
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue