Skip to content

Commit

Permalink
Add adress display
Browse files Browse the repository at this point in the history
  • Loading branch information
wensihao123 committed May 31, 2019
1 parent 1be29db commit bf0d737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ts/components/Pages/StakingAdmin.tsx
Expand Up @@ -103,6 +103,9 @@ export default class StakingAdmin extends React.Component<IProps, IState> {
>
Contract States
</b>
<div>
<b>{account}</b>
</div>
<div>
Can Stake: <b>{contractStates.canStake.toString()}</b>
</div>
Expand Down

0 comments on commit bf0d737

Please sign in to comment.