remove warning error message
This commit is contained in:
@@ -34,12 +34,6 @@ export const NodeUnbondPage = ({ bondedNode, onConfirm, onError }: Props) => {
|
||||
</Grid>
|
||||
<Grid item xs={12} lg={6}>
|
||||
<Stack gap={3}>
|
||||
<Error
|
||||
message={`Unbonding is irreversible. You will lose all your delegations. It won’t be possible to restore the current state of your ${
|
||||
isMixnode(bondedNode) ? 'node' : 'gateway'
|
||||
} again.`}
|
||||
/>
|
||||
|
||||
<Typography variant="body2">
|
||||
To unbond, type{' '}
|
||||
<Typography display="inline" component="span" sx={{ color: (t) => t.palette.nym.highlight }}>
|
||||
|
||||
Reference in New Issue
Block a user