mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
committed by
Scott Nonnenberg
parent
d1040c01df
commit
08905e1386
@@ -205,7 +205,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
|
||||
updateSearchTerm(searchTerm);
|
||||
}
|
||||
|
||||
if (searchTerm.length < 2) {
|
||||
if (searchTerm.length < 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user