Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/ss 438 #119

Merged
merged 3 commits into from
Nov 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove console
  • Loading branch information
Sanggon-Kim committed Nov 30, 2023
commit fa00dd9303f1c90635215e3829a28fb6d80fd803
1 change: 0 additions & 1 deletion src/modals/ValidatorMetrics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const ValidatorMetrics = () => {
const validatorInEra =
stakers.find((s: any) => s.address === address) || null;

console.log('validatorInEra', validatorInEra);
let validatorOwnStake = new BigNumber(0);
let otherStake = new BigNumber(0);
if (validatorInEra) {
Expand Down
Loading