Skip to content

Commit b2b40f2

Browse files
authored
Merge pull request ava-labs#121 from ava-labs/dev
Add unknown fungible asset id from tx history
2 parents cb4573a + bd2a0f2 commit b2b40f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/SidePanels/TxHistoryValue.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ export default class TxHistoryValue extends Vue {
104104
let ava = this.$store.getters['Assets/AssetAVA']
105105
return ava
106106
}
107+
108+
created() {
109+
if (!this.asset) {
110+
this.$store.dispatch('Assets/addUnknownAsset', this.assetId)
111+
}
112+
}
107113
}
108114
</script>
109115
<style scoped lang="scss">

0 commit comments

Comments
 (0)