Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Nov 12, 2023
1 parent ad4db96 commit 70580ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/library/ListItem/Labels/PoolBonded.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ export const PoolBonded = ({ pool }: { pool: Pool }) => {
if (
targets.length &&
nominationsStatus === null &&
eraStakers.stakers.length &&
nominations.length
eraStakers.stakers.length
) {
handleNominationsStatus();
}
Expand Down

0 comments on commit 70580ce

Please sign in to comment.