diff --git a/app/scenes/Search/Search.tsx b/app/scenes/Search/Search.tsx index ebe99b2bb..9b21bdc1d 100644 --- a/app/scenes/Search/Search.tsx +++ b/app/scenes/Search/Search.tsx @@ -196,7 +196,7 @@ class Search extends React.Component { @action fetchResults = async () => { - if (this.query) { + if (this.query.trim()) { const params = { offset: this.offset, limit: DEFAULT_PAGINATION_LIMIT,