Skip to content

Commit

Permalink
Use hasEmptyResults prop when using footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 7, 2024
1 parent bf49a7d commit 7e8ce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/search/SearchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const SearchPage = () => {
)}
<UpgradePlanModal />
<Toaster />
<Footer areSearchResults={searchResults.length === 0} />
<Footer hasEmptyResults={searchResults.length === 0} />
</>
);
};

0 comments on commit 7e8ce2f

Please sign in to comment.