From 9966e6322d525aee7c813b9b5cdfbe2ea7ae7b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 8 May 2024 15:33:27 +0200 Subject: [PATCH] pagination controls update search terms --- client/homebrew/pages/archivePage/archivePage.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/pages/archivePage/archivePage.jsx b/client/homebrew/pages/archivePage/archivePage.jsx index 7edb5c807..4ac2e4a35 100644 --- a/client/homebrew/pages/archivePage/archivePage.jsx +++ b/client/homebrew/pages/archivePage/archivePage.jsx @@ -117,7 +117,7 @@ const ArchivePage = createClass({ this.setState({ error: `${error.response.status}` }); this.updateStateWithBrews([], 1, 1, 0); } - console.log('a', + console.log("We've come up empty", !this.state.brewCollection || this.state.brewCollection.length === 0 ); if (!this.state.brewCollection) { @@ -252,7 +252,7 @@ const ArchivePage = createClass({ {page > 1 && ( @@ -261,7 +261,7 @@ const ArchivePage = createClass({ {page < totalPages && (