s/let/const/

nolan/hinaloe-test
Nolan Lawson 2019-03-09 13:35:48 -08:00
parent 5052ecd399
commit b0fee348c0
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ export default class Search extends React.PureComponent {
render() {
const { i18n, autoFocus } = this.props
const { icon, id } = this.state
let inputId = `emoji-mart-search-${id}`
const inputId = `emoji-mart-search-${id}`
return (
<div className="emoji-mart-search">