Implement wallet locked and uninstalled states

This commit is contained in:
Brandon Millman
2018-03-23 16:29:10 -07:00
parent 6122840241
commit 870da2ab22
5 changed files with 130 additions and 9 deletions

View File

@@ -305,6 +305,9 @@ export class Portal extends React.Component<PortalAllProps, PortalAllState> {
trackedTokens={trackedTokens}
userEtherBalanceInWei={this.props.userEtherBalanceInWei}
lastForceTokenStateRefetch={this.props.lastForceTokenStateRefetch}
injectedProviderName={this.props.injectedProviderName}
providerType={this.props.providerType}
onToggleLedgerDialog={this.onToggleLedgerDialog.bind(this)}
/>
</div>
</div>