diff --git a/src/app/ItemSearchPage.js b/src/app/ItemSearchPage.js index 6025ea2..cba5834 100644 --- a/src/app/ItemSearchPage.js +++ b/src/app/ItemSearchPage.js @@ -170,6 +170,18 @@ function ItemSearchPageResults({ query: latestQuery }) { ); } + if (data.itemSearch.items.length === 0) { + return ( + + We couldn't find any matching items{" "} + + 🤔 + {" "} + Try again? + + ); + } + return (