disable button if theres a fiat tip error
This commit is contained in:
parent
713dc69ed7
commit
7975ccf3e0
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ function WalletSendTip(props: Props) {
|
|||
disabled={
|
||||
fetchingChannels ||
|
||||
isPending ||
|
||||
(tipError && activeTab !== TAB_FIAT) ||
|
||||
tipError ||
|
||||
!tipAmount ||
|
||||
(activeTab === TAB_FIAT && (!hasCardSaved || !canReceiveFiatTip))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue