Updated on 2026-08-14
This commit is contained in:
parent
a2c2cb52ca
commit
829a2d9796
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class RequestFeeMiddleware {
|
|||
|
||||
if (!sendState.addressPayIdIsReady()) {
|
||||
dispatch(FeeAction.FeeCalculation.SetFeeError(FeeAction.Error.ADDRESS_OR_AMOUNT_IS_EMPTY))
|
||||
dispatch(FeeAction.ChangeLayoutVisibility(main = false, controls = true, chipGroup = true))
|
||||
dispatch(FeeAction.ChangeLayoutVisibility(main = false, chipGroup = true))
|
||||
dispatch(ReceiptAction.RefreshReceipt)
|
||||
dispatch(SendAction.ChangeSendButtonState(sendState.getButtonState()))
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue