@@ -1495,7 +1495,9 @@ const getCurrencyInfo = async () => {
})
getChromeStorage('selectCurrencyList', (res) => {
- tempCurrentCurrencyList.value = res;
+ if (showCurrencySelect.value === false) {
+ tempCurrentCurrencyList.value = res;
+ }
}