Skip to content

Commit

Permalink
Merge pull request #3580 from Emurgo/fix/YOEXT-1167/stake-page-crash
Browse files Browse the repository at this point in the history
fix staking page crash when pool info query fails
  • Loading branch information
vsubhuman authored Jul 13, 2024
2 parents c56cdce + ba8f30d commit 4e75be2
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 4e75be2

Please sign in to comment.