forked from lthn/blockchain
ticker symbol - fix
This commit is contained in:
parent
636fc4f9b3
commit
702e157c38
3 changed files with 3 additions and 3 deletions
|
|
@ -2352,7 +2352,7 @@ var VariablesService = /** @class */ (function () {
|
|||
this.appLogin = false;
|
||||
this.moneyEquivalent = 0;
|
||||
this.defaultTheme = 'dark';
|
||||
this.defaultCurrency = 'ZAN';
|
||||
this.defaultCurrency = 'ZANO';
|
||||
this.exp_med_ts = 0;
|
||||
this.height_app = 0;
|
||||
this.last_build_available = '';
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -16,7 +16,7 @@ export class VariablesService {
|
|||
public appLogin = false;
|
||||
public moneyEquivalent = 0;
|
||||
public defaultTheme = 'dark';
|
||||
public defaultCurrency = 'ZAN';
|
||||
public defaultCurrency = 'ZANO';
|
||||
public opening_wallet: Wallet;
|
||||
public exp_med_ts = 0;
|
||||
public height_app = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue