fix: logout on safari (#2971)
This commit is contained in:
@@ -801,7 +801,7 @@ window.WalletPageLogic = {
|
||||
},
|
||||
createdTasks() {
|
||||
this.update.name = this.g.wallet.name
|
||||
this.receive.units = ['sat', ...window.currencies]
|
||||
this.receive.units = ['sat', ...(window.currencies || [])]
|
||||
if (this.g.wallet.currency != '') {
|
||||
this.g.fiatTracking = true
|
||||
this.updateFiatBalance(this.g.wallet.currency)
|
||||
|
||||
Reference in New Issue
Block a user