parent
d1040c01df
commit
08905e1386
3 changed files with 3 additions and 3 deletions
|
@ -205,7 +205,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
|
|||
updateSearchTerm(searchTerm);
|
||||
}
|
||||
|
||||
if (searchTerm.length < 2) {
|
||||
if (searchTerm.length < 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue