Only show untracked tokens

This commit is contained in:
Brandon Millman
2018-05-03 15:26:30 -07:00
parent 419b670aa3
commit 9cbd151658

View File

@@ -221,7 +221,7 @@ export class Portal extends React.Component<PortalProps, PortalState> {
currentTokenAddress={''}
onTokenChosen={this._onTokenChosen.bind(this)}
tokenByAddress={this.props.tokenByAddress}
tokenVisibility={TokenVisibility.ALL}
tokenVisibility={TokenVisibility.UNTRACKED}
/>
</div>
</div>