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

Commit

Permalink
Double click on address in account detail view should select it
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac committed Oct 24, 2016
1 parent 66a8d53 commit 35925db
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 35925db

Please sign in to comment.