Bad equality operator. Bad.
This commit is contained in:
parent
155900e29e
commit
8d33ec6a3d
|
@ -60,7 +60,7 @@ const AddressField: React.SFC<Props> = ({
|
||||||
isValid={isValid}
|
isValid={isValid}
|
||||||
type="text"
|
type="text"
|
||||||
value={
|
value={
|
||||||
value !== null
|
value != null
|
||||||
? value
|
? value
|
||||||
: isCheckSummed ? toChecksumAddress(currentTo.raw) : currentTo.raw
|
: isCheckSummed ? toChecksumAddress(currentTo.raw) : currentTo.raw
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue