Unverified Commit 4d1b23fb authored by Thibaut Sardan's avatar Thibaut Sardan Committed by GitHub
Browse files

Merge branch 'master' into yj-recovery-ux

parents 5aac3b46 64b06d6f
Pipeline #149657 failed with stage
...@@ -15,6 +15,11 @@ class TxDetails extends Component { ...@@ -15,6 +15,11 @@ class TxDetails extends Component {
!estimatedTxFee || !estimatedTxFee ||
!values.gasPrice || !values.gasPrice ||
!values.amount || !values.amount ||
!values.chainId ||
!values.ethBalance ||
!values.gas ||
!values.gasPrice ||
!values.transactionCount ||
!token.address !token.address
) { ) {
// Keep line break so message is centered // Keep line break so message is centered
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment