mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 12:52:38 +00:00
console log to find the issue
This commit is contained in:
@@ -118,6 +118,7 @@ const ArchivePage = createClass({
|
|||||||
loadTotal: async function () {
|
loadTotal: async function () {
|
||||||
console.log('running loadTotal');
|
console.log('running loadTotal');
|
||||||
const { title, v3, legacy } = this.state;
|
const { title, v3, legacy } = this.state;
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
totalBrews: null,
|
totalBrews: null,
|
||||||
});
|
});
|
||||||
@@ -141,6 +142,7 @@ const ArchivePage = createClass({
|
|||||||
this.updateStateWithBrews([], 1);
|
this.updateStateWithBrews([], 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log('total brews in state in loadtotal: ', this.state.totalBrews);
|
||||||
},
|
},
|
||||||
|
|
||||||
renderNavItems: function () {
|
renderNavItems: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user