Skip to content

Commit

Permalink
DDW-16 Table comparison view for stake pools - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayElly committed Oct 20, 2020
1 parent 9de9f8d commit 9c3b89b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -295,7 +295,7 @@ export default class StakePools extends Component<Props, State> {
setListActive={this.handleSetListActive}
containerClassName="StakingWithNavigation_page"
onSelect={this.onDelegate}
numberOfStakePools={stakePoolsList.length}
numberOfRankedStakePools={numberOfRankedStakePools}
showWithSelectButton
/>
</Fragment>
Expand All @@ -318,7 +318,7 @@ export default class StakePools extends Component<Props, State> {
setListActive={this.handleSetListActive}
containerClassName="StakingWithNavigation_page"
onSelect={this.onDelegate}
numberOfStakePools={stakePoolsList.length}
numberOfRankedStakePools={numberOfRankedStakePools}
/>
</Fragment>
)}
Expand Down

0 comments on commit 9c3b89b

Please sign in to comment.