Skip to content

Commit

Permalink
Merge pull request kodadot#11017 from hassnian/issue-11016
Browse files Browse the repository at this point in the history
fix: Transfer wrong address network warning
  • Loading branch information
vikiival authored Sep 20, 2024
2 parents e6cd00b + 442f77c commit 20d0344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/AddressChecker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div
v-dompurify-html="
$t(`transfers.invalidAddress.${addressCheck.type}.content`, {
addressChain: addressCheck,
addressChain: addressCheck.value,
selectedChain: currentChainName,
ecosystem: ecosystem,
})
Expand Down

0 comments on commit 20d0344

Please sign in to comment.