Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 0da98d0

Browse files
committed
minor fixes
1 parent 8f7ba3c commit 0da98d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/botPage/view/View.js

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ const updateTokenList = () => {
188188

189189
// If logged out, determine EU based on IP.
190190
isEuCountry(api).then(isEu => showHideEuElements(isEu));
191+
showBanner();
191192

192193
$('.account-id')
193194
.removeAttr('value')
@@ -202,6 +203,7 @@ const updateTokenList = () => {
202203

203204
const activeToken = getActiveToken(tokenList, getStorage(AppConstants.STORAGE_ACTIVE_TOKEN));
204205
showHideEuElements(hasEuAccount(tokenList));
206+
showBanner();
205207
updateLogo(activeToken.token);
206208
addBalanceForToken(activeToken.token);
207209

0 commit comments

Comments
 (0)