File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/renderer/containers/ValidatorDetails/ValidatorStats Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ export const ValidatorStats = ({validator}: IValidatorStatsProps): ReactElement
104104 < ValidatorAttestationEfficiencyChart data = { attestationData } />
105105 </ div >
106106 < div className = 'beacon-node-charts-container' >
107- < ValidatorAttestationsTable publicKey = { validator . publicKey } slot = { beaconNode . slot } />
108- < ValidatorPropositionsTable publicKey = { validator . publicKey } slot = { beaconNode . slot } />
107+ < ValidatorAttestationsTable publicKey = { validator . publicKey } slot = { beaconNode ? .slot } />
108+ < ValidatorPropositionsTable publicKey = { validator . publicKey } slot = { beaconNode ? .slot } />
109109 </ div >
110110 < PrivateKeyPromp keystore = { validator . keystore } display = { showPK } onClose = { onPrimaryKeyClose } />
111111 </ div >
You can’t perform that action at this time.
0 commit comments