Fixed a minor bug
This commit is contained in:
parent
86e29b6d52
commit
b50c0c032e
@ -962,6 +962,7 @@
|
||||
if (!firstLoad)
|
||||
switch (pageId) {
|
||||
case 'exchange':
|
||||
if (!document.body.classList.contains('is-signed-in')) break;
|
||||
if (!isMobileView && !params.hasOwnProperty('asset') || params.asset === '') {
|
||||
params.asset = 'FLO'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user