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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user