From e736025d6d18258ba9cf8aba6a6ab2d45e55dcd9 Mon Sep 17 00:00:00 2001 From: Yana Date: Mon, 20 Jan 2025 20:54:06 +0200 Subject: [PATCH] Fix build --- explorer-nextjs/src/components/staking/StakeActions.tsx | 1 + 1 file changed, 1 insertion(+) 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();