Hide wallet management option and expand component on small screens

This commit is contained in:
Brandon Millman
2018-05-21 22:20:31 -07:00
parent c7f5e77b3f
commit c31ca4af90
2 changed files with 23 additions and 15 deletions

View File

@@ -296,6 +296,8 @@ export class Portal extends React.Component<PortalProps, PortalState> {
lastForceTokenStateRefetch={this.props.lastForceTokenStateRefetch}
injectedProviderName={this.props.injectedProviderName}
providerType={this.props.providerType}
screenWidth={this.props.screenWidth}
location={this.props.location}
onToggleLedgerDialog={this._onToggleLedgerDialog.bind(this)}
onAddToken={this._onAddToken.bind(this)}
onRemoveToken={this._onRemoveToken.bind(this)}