Skip to content
Snippets Groups Projects
Commit 6129c0c6 authored by valzav's avatar valzav
Browse files

show Buy Steem button only to wallet's owner

parent e72bf4de
No related branches found
No related tags found
No related merge requests found
......@@ -122,9 +122,9 @@ class UserWallet extends React.Component {
<div className="column small-12 medium-8">
<h4>BALANCES</h4>
</div>
<div className="column small-12 medium-4">
{isMyAccount && <div className="column small-12 medium-4">
<button className="UserWallet__buysp button hollow float-right " onClick={this.onShowDepositSteem}>Buy Steem or Steem Power</button>
</div>
</div>}
</div>
<br />
<div className="UserWallet__balance row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment