Fix build

This commit is contained in:
Yana
2025-01-20 20:54:06 +02:00
parent dc0f46c11c
commit e736025d6d
@@ -15,6 +15,7 @@ const StakeActions = ({
}) => {
const [anchorEl, setAnchorEl] = useState<null | HTMLElement>(null);
const open = Boolean(anchorEl);
console.log("nodeIdentityKey :>> ", nodeIdentityKey);
const handleShowMenu = (event: React.MouseEvent<HTMLButtonElement>) => {
event.stopPropagation();