diff --git a/src/views/WalletAccountImportAddress.vue b/src/views/WalletAccountImportAddress.vue
index 0a623b99..de2ec5a8 100644
--- a/src/views/WalletAccountImportAddress.vue
+++ b/src/views/WalletAccountImportAddress.vue
@@ -138,6 +138,21 @@
+
+
+
+
+
- {{ item.chain_name }}
+ {{ item.chain_name }}
- {{ errors[0] }}
+ {{ errors[0] }}
@@ -214,7 +233,7 @@
class="mb-50"
/>
- {{ name }}
+ {{ name }} {{ hdpath }}
@@ -274,6 +293,7 @@ import {
BInputGroup,
BInputGroupPrepend,
BFormRadioGroup,
+ VBTooltip,
} from 'bootstrap-vue'
import { required } from '@validations'
import store from '@/store'
@@ -302,6 +322,9 @@ export default {
// eslint-disable-next-line vue/no-unused-components
ToastificationContent,
},
+ directives: {
+ 'b-tooltip': VBTooltip,
+ },
data() {
return {
debug: '',