Updated on 2026-08-14
This commit is contained in:
parent
6d686a0820
commit
efabb01299
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ internal fun StakingConfirmationContent(
|
|||
)
|
||||
ValidatorBlock(
|
||||
validatorState = validatorState,
|
||||
isClickable = !isTransactionInProgress,
|
||||
isClickable = !isTransactionSent && !isTransactionInProgress,
|
||||
onClick = clickIntents::openValidators,
|
||||
)
|
||||
StakingFeeBlock(feeState = state.feeState)
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ internal fun StakingSuccessContent(
|
|||
)
|
||||
ValidatorBlock(
|
||||
validatorState = validatorState,
|
||||
isClickable = !isTransactionInProgress,
|
||||
isClickable = !isTransactionSent && !isTransactionInProgress,
|
||||
onClick = clickIntents::openValidators,
|
||||
)
|
||||
StakingFeeBlock(feeState = state.feeState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue