Skip to content

Commit

Permalink
Merge pull request #386 from input-output-hk/fix/remove-stray-acute
Browse files Browse the repository at this point in the history
fix: remove stray acute character
  • Loading branch information
rhyslbw committed Mar 4, 2021
2 parents eabbdc7 + c67279a commit f58a1b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const TokenList = (props: { tokens: IToken[]; }) => {
setIsVisible(false);
}}
className={styles.token}
>`
>
{`${t.quantity} ${addEllipsis(t.asset.fingerprint, 9, 4)}`}{' '}
</span>
))}
Expand Down

0 comments on commit f58a1b9

Please sign in to comment.