From 658dec829989b3bf388e5623835bfe29252fde4e Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Thu, 26 Jun 2025 12:44:47 +0200 Subject: [PATCH] fix the broken link --- nym-wallet/src/pages/node-settings/node-stats.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nym-wallet/src/pages/node-settings/node-stats.tsx b/nym-wallet/src/pages/node-settings/node-stats.tsx index 0dfd9ae18b5..04b36e7741f 100644 --- a/nym-wallet/src/pages/node-settings/node-stats.tsx +++ b/nym-wallet/src/pages/node-settings/node-stats.tsx @@ -4,12 +4,12 @@ import { TauriLink as Link } from 'src/components/TauriLinkWrapper'; import { urls, AppContext } from '../../context/main'; -export const NodeStats = ({ mixnodeId }: { mixnodeId?: string }) => { +export const NodeStats = ({ identityKey }: { identityKey?: string }) => { const { network } = useContext(AppContext); return ( All your node stats are available on the link below - + ); };