Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjithkumar017 committed Nov 29, 2020
1 parent 19d6c8e commit 570fefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Input extends React.PureComponent {
ref={this.inputRef}
/>
{showClear &&
(ClearComponent ? (
(clearComponent ? (
cloneElement(clearComponent, {
onSearchBoxClear: onClear
})
Expand Down

0 comments on commit 570fefa

Please sign in to comment.