diff --git a/src/modules/[chain]/staking/[validator].vue b/src/modules/[chain]/staking/[validator].vue index 13af5ea9..d0f45ea3 100644 --- a/src/modules/[chain]/staking/[validator].vue +++ b/src/modules/[chain]/staking/[validator].vue @@ -138,12 +138,9 @@ onMounted(() => { }); // Disable delegations due to its bad performance + // Comment out the following code if you want to enable it // pageload(1) - // blockchain.rpc.getDistributionValidatorSlashes(validator).then(res => { - // // delegations.value = res - // console.log('slashs:', res) - // }) } }); let showCopyToast = ref(0); @@ -489,7 +486,7 @@ function pageload(p: number) { -