@@ -163,13 +163,6 @@ onMounted(() => {
getTokenAddress();
})
-watch(
- () => props.currentCurrencyInfo,
- (newVal) => {
- if (newVal) getTokenAddress();
- }
-)
-
</script>
<style scoped lang="scss">
@@ -155,13 +155,6 @@ onMounted(() => {