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 - + ); };