fix build

This commit is contained in:
Yana
2025-01-21 15:07:28 +02:00
parent adb7e4fb60
commit 0221d45aff
@@ -161,11 +161,12 @@ const StakeTable = ({ nodes }: { nodes: MappedNymNodes }) => {
});
return;
}
nodeIdentityKey &&
if (nodeIdentityKey) {
setSelectedNodeForStaking({
nodeId: nodeId,
identityKey: nodeIdentityKey,
});
}
},
[isWalletConnected],
);