diff --git a/common/components/AddressField.tsx b/common/components/AddressField.tsx index 20571280..af22b0ed 100644 --- a/common/components/AddressField.tsx +++ b/common/components/AddressField.tsx @@ -60,7 +60,7 @@ const AddressField: React.SFC = ({ isValid={isValid} type="text" value={ - value !== null + value != null ? value : isCheckSummed ? toChecksumAddress(currentTo.raw) : currentTo.raw }