Skip to content

Commit

Permalink
Merge branch 'feature/ddw-500-implement-design-for-native-tokens' of …
Browse files Browse the repository at this point in the history
…github.com:input-output-hk/daedalus into feature/ddw-500-implement-design-for-native-tokens
  • Loading branch information
nikolaglumac committed Feb 25, 2021
2 parents fb51497 + 851b8f4 commit bae8b49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/renderer/app/components/widgets/AssetToken.js
Expand Up @@ -172,8 +172,10 @@ export default class AssetToken extends Component<Props, State> {
return (
<CopyToClipboard text={value} onCopy={onCopy}>
<div className={styles.assetItem}>
<em className={singleline ? styles.singleline : null}>{value}</em>
<SVGInline svg={icon} className={iconClassnames} />
<em className={singleline ? styles.singleline : null}>
{value}
<SVGInline svg={icon} className={iconClassnames} />
</em>
</div>
</CopyToClipboard>
);
Expand Down

0 comments on commit bae8b49

Please sign in to comment.