Skip to content

Commit

Permalink
fix staking page crash when pool info query fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Emurgo authored and yushih committed Jul 12, 2024
1 parent e5ffc27 commit 1f84197
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ class StakingPageContent extends Component<AllProps> {
}
/>
<RightCardsWrapper>
{errorIfPresent}
{!errorIfPresent && this.getStakePoolMeta(publicDeriver)}
{!errorIfPresent && this.getEpochProgress(publicDeriver)}
</RightCardsWrapper>
Expand Down

0 comments on commit 1f84197

Please sign in to comment.