From 4c1c6d86c831bb631ed5bfef08cc8d1c44da2054 Mon Sep 17 00:00:00 2001 From: Jess <31625607+jessgess@users.noreply.github.com> Date: Fri, 6 Aug 2021 09:38:47 +0100 Subject: [PATCH] Update DelegationCheck.tsx (#725) * Update DelegationCheck.tsx * Update NodeDelegation.tsx --- wallet-web/components/delegate/NodeDelegation.tsx | 2 +- wallet-web/components/delegation-check/DelegationCheck.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet-web/components/delegate/NodeDelegation.tsx b/wallet-web/components/delegate/NodeDelegation.tsx index d2eb4e5118..41d7daa184 100644 --- a/wallet-web/components/delegate/NodeDelegation.tsx +++ b/wallet-web/components/delegate/NodeDelegation.tsx @@ -24,7 +24,7 @@ const DelegateToNode = () => { const [delegationError, setDelegationError] = React.useState(null) const [nodeType, setNodeType] = React.useState(NodeType.Mixnode) - const [stakeValue, setStakeValue] = React.useState('0 HAL') + const [stakeValue, setStakeValue] = React.useState('0 PUNK') const [nodeIdentity, setNodeIdentity] = React.useState('') useEffect(() => { diff --git a/wallet-web/components/delegation-check/DelegationCheck.tsx b/wallet-web/components/delegation-check/DelegationCheck.tsx index 914bde8275..87c750ca0c 100644 --- a/wallet-web/components/delegation-check/DelegationCheck.tsx +++ b/wallet-web/components/delegation-check/DelegationCheck.tsx @@ -39,7 +39,7 @@ const DelegationCheck = () => { 'Could not find any delegation information associated with' ) ) { - setStakeValue('0 HAL') + setStakeValue('0 PUNK') } else { setCheckError(err) }