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