Skip to content

Commit

Permalink
Merge pull request #2267 from MyCryptoHQ/fixit/make-identicon-work-again
Browse files Browse the repository at this point in the history
[BUGSQUASH] Re-enable identicon on AddressField
  • Loading branch information
ConnorBryan authored Nov 16, 2018
2 parents 30f762a + 0857130 commit 14eb6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/components/AddressField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const AddressField: React.SFC<Props> = ({
showLabelMatch={showLabelMatch}
showIdenticon={showIdenticon}
onChangeOverride={onChangeOverride}
value={(value || '').trim()}
value={value}
dropdownThreshold={dropdownThreshold}
withProps={({ currentTo, isValid, isLabelEntry, onChange, onFocus, onBlur, readOnly }) => (
<div className="input-group-wrapper">
Expand Down

0 comments on commit 14eb6d8

Please sign in to comment.