From b50c0c032e185184abe290dc60a857f7ed8158de Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 10 Apr 2022 21:49:54 +0530 Subject: [PATCH] Fixed a minor bug --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index 8c0b329..3b8619d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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' }