Skip to content

Commit

Permalink
Merge pull request #65 from Alex-Cannon/issue-62-display-no-results-s…
Browse files Browse the repository at this point in the history
…earch

#62: Added basic error message if search fails
  • Loading branch information
Alex Cannon authored Dec 2, 2019
2 parents 2804d8d + fa7adc2 commit 3bb1a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Search = () => {
/>
);
})
: ""}
: "Oops! No results found."}
</SearchResultsWrapper>
)}
</Fragment>
Expand Down

0 comments on commit 3bb1a6d

Please sign in to comment.