Skip to content

Commit 26d2845

Browse files
kaleemullahbobylito
authored andcommitted
fix(sffv): fixes typo (: was left)
1 parent 95b2f66 commit 26d2845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SearchBox/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class SearchBox extends React.Component {
4444
</svg>
4545

4646
<div role="search" className="sbx-sffv__wrapper">
47-
<input type="search" name="search" placeholder={placeholder} autoComplete="off" required="required" className={inputCssClasses} onChange={e => onChange(e.target.value)} ref={i => { this.input = i; }} disabled={this.props.disabled}/> :
47+
<input type="search" name="search" placeholder={placeholder} autoComplete="off" required="required" className={inputCssClasses} onChange={e => onChange(e.target.value)} ref={i => { this.input = i; }} disabled={this.props.disabled}/>
4848
<button type="submit" title="Submit your search query." className="sbx-sffv__submit">
4949
<svg role="img" aria-label="Search">
5050
<use xlinkHref="#sbx-icon-search-12"></use>

0 commit comments

Comments
 (0)