Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
merge #2841 from ng-fix-address-select
Browse files Browse the repository at this point in the history
Double click on address in account detail view should select it
  • Loading branch information
derhuerst authored Oct 24, 2016
2 parents 66a8d53 + 35925db commit a3d9285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/views/Account/Header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class Header extends Component {
/>
</IconButton>
</CopyToClipboard>
{ address }
<span>{ address } </span>
</div>
{ uuidText }
<div className={ styles.infoline }>
Expand Down

0 comments on commit a3d9285

Please sign in to comment.