Skip to content

Commit

Permalink
fix: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Mar 21, 2022
1 parent fdf8a19 commit 3651d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function Validator({
.filter(({balance}) => !new BN(balance).isZero())
.map(({token_id}) => dispatch(claimFarmRewards(validator.accountId, token_id)))
])
)
);
await onWithdraw('withdraw', selectedValidator || validator.accountId);
setConfirm('done');
}
Expand Down

0 comments on commit 3651d69

Please sign in to comment.