We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2b40f2 + fe51018 commit 0dac599Copy full SHA for 0dac599
src/components/SidePanels/TxHistoryValue.vue
@@ -106,8 +106,10 @@ export default class TxHistoryValue extends Vue {
106
}
107
108
created() {
109
- if (!this.asset) {
110
- this.$store.dispatch('Assets/addUnknownAsset', this.assetId)
+ if (this.type === 'base') {
+ if (!this.asset) {
111
+ this.$store.dispatch('Assets/addUnknownAsset', this.assetId)
112
+ }
113
114
115
0 commit comments