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={
|
disabled={
|
||||||
fetchingChannels ||
|
fetchingChannels ||
|
||||||
isPending ||
|
isPending ||
|
||||||
(tipError && activeTab !== TAB_FIAT) ||
|
tipError ||
|
||||||
!tipAmount ||
|
!tipAmount ||
|
||||||
(activeTab === TAB_FIAT && (!hasCardSaved || !canReceiveFiatTip))
|
(activeTab === TAB_FIAT && (!hasCardSaved || !canReceiveFiatTip))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue