Fix the No Results Found check

pull/15/head
Brogan Clements 2022-04-01 12:42:13 -04:00
parent 58c44f3607
commit a0c18209de
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ function App() {
<h2>Search Results</h2>
<ul>{resultsList}</ul>
</div>
) : searchParams.title ? (
) : searchParams.searchTerm ? (
<div>
<br />
<h2>No results found.</h2>