Updated on 2026-08-14
This commit is contained in:
parent
2433276032
commit
901e46800e
1 changed files with 3 additions and 1 deletions
|
|
@ -116,7 +116,9 @@ internal class AddStakingNotificationsTransformer(
|
|||
confirmationState = confirmationState.copy(
|
||||
notifications = notifications.toImmutableList(),
|
||||
isPrimaryButtonEnabled = notifications.none {
|
||||
it is StakingNotification.Error || it is NotificationUM.Error
|
||||
it is StakingNotification.Error ||
|
||||
it is NotificationUM.Error ||
|
||||
it is NotificationUM.Warning.NetworkFeeUnreachable
|
||||
},
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue