Update DelegationCheck.tsx (#725)
* Update DelegationCheck.tsx * Update NodeDelegation.tsx
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
@@ -39,7 +39,7 @@ const DelegationCheck = () => {
|
||||
'Could not find any delegation information associated with'
|
||||
)
|
||||
) {
|
||||
setStakeValue('0 HAL')
|
||||
setStakeValue('0 PUNK')
|
||||
} else {
|
||||
setCheckError(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user