Fix jsx typo in map header
This commit is contained in:
@ -97,7 +97,7 @@ export class Header extends PureComponent {
|
|||||||
<Row className='map-buttons'>
|
<Row className='map-buttons'>
|
||||||
<InputGroup>
|
<InputGroup>
|
||||||
<FormControl
|
<FormControl
|
||||||
autocompleted='off'
|
autoComplete='off'
|
||||||
className={ inputClass }
|
className={ inputClass }
|
||||||
onChange={ updateFilter }
|
onChange={ updateFilter }
|
||||||
onKeyDown={ this.handleKeyDown }
|
onKeyDown={ this.handleKeyDown }
|
||||||
|
Reference in New Issue
Block a user