mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-10 10:07:00 +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}
|
||||
type="text"
|
||||
value={
|
||||
value !== null
|
||||
value != null
|
||||
? value
|
||||
: isCheckSummed ? toChecksumAddress(currentTo.raw) : currentTo.raw
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user