Fix jsx typo in map header

This commit is contained in:
vinhhv
2016-10-29 04:44:48 -07:00
committed by Stuart Taylor
parent e1512bfa52
commit 9e2f1ebf01

View File

@ -97,7 +97,7 @@ export class Header extends PureComponent {
<Row className='map-buttons'>
<InputGroup>
<FormControl
autocompleted='off'
autoComplete='off'
className={ inputClass }
onChange={ updateFilter }
onKeyDown={ this.handleKeyDown }