diff --git a/explorer-nextjs/src/components/staking/StakeActions.tsx b/explorer-nextjs/src/components/staking/StakeActions.tsx index 8fd7ce0c11..8193f2131a 100644 --- a/explorer-nextjs/src/components/staking/StakeActions.tsx +++ b/explorer-nextjs/src/components/staking/StakeActions.tsx @@ -15,6 +15,7 @@ const StakeActions = ({ }) => { const [anchorEl, setAnchorEl] = useState(null); const open = Boolean(anchorEl); + console.log("nodeIdentityKey :>> ", nodeIdentityKey); const handleShowMenu = (event: React.MouseEvent) => { event.stopPropagation();