Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
fix: Fixes #474
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed Mar 25, 2019
1 parent 041148e commit 508e632
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/fether-react/src/Send/TxForm/TxDetails/TxDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ class TxDetails extends Component {

if (
!estimatedTxFee ||
!values.gasPrice ||
!values.amount ||
!values.chainId ||
!values.ethBalance ||
!values.gas ||
!values.gasPrice ||
!values.transactionCount ||
!token.address
) {
// Keep line break so message is centered
Expand Down

0 comments on commit 508e632

Please sign in to comment.