0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 08:42:45 +00:00

console log to find the issue

This commit is contained in:
Víctor Losada Hernández
2024-05-21 12:09:41 +02:00
parent e9b85e1a9a
commit efda06ebe5

View File

@@ -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 () {