From efda06ebe5cac0dcefd173d0016ac31c4d06ca9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Tue, 21 May 2024 12:09:41 +0200 Subject: [PATCH] console log to find the issue --- client/homebrew/pages/archivePage/archivePage.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/homebrew/pages/archivePage/archivePage.jsx b/client/homebrew/pages/archivePage/archivePage.jsx index 17dba86fb..9e428f355 100644 --- a/client/homebrew/pages/archivePage/archivePage.jsx +++ b/client/homebrew/pages/archivePage/archivePage.jsx @@ -118,6 +118,7 @@ const ArchivePage = createClass({ loadTotal: async function () { console.log('running loadTotal'); const { title, v3, legacy } = this.state; + this.setState({ totalBrews: null, }); @@ -141,6 +142,7 @@ const ArchivePage = createClass({ this.updateStateWithBrews([], 1); } } + console.log('total brews in state in loadtotal: ', this.state.totalBrews); }, renderNavItems: function () {