Browse Source

fix custom fees value

gre-patch-1
Valentin D. Pinkman 6 years ago
parent
commit
ddd37e3287
No known key found for this signature in database GPG Key ID: E7D110669FFB8D3E
  1. 1
      src/components/FeesField/BitcoinKind.js

1
src/components/FeesField/BitcoinKind.js

@ -120,6 +120,7 @@ class FeesField extends Component<OwnProps, State> {
if (selectedItem.feePerByte.isZero() && input.current) {
patch.isFocused = true
input.current.select()
onChange(selectedItem.feePerByte)
}
}
this.setState(patch)

Loading…
Cancel
Save