diff --git a/src/components/SecondaryNav.vue b/src/components/SecondaryNav.vue index 721492a..51f62b6 100644 --- a/src/components/SecondaryNav.vue +++ b/src/components/SecondaryNav.vue @@ -56,10 +56,10 @@ export default { url: `/wallet/address`, label: this.$t('common.addressManagement'), }, - { - url: `/wallet/withdrawal`, - label: this.$t('common.c16'), - } + // { + // url: `/wallet/withdrawal`, + // label: this.$t('common.c16'), + // } ]; },