mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
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…
x
Reference in New Issue
Block a user