0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 00:42:40 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-05-22 08:22:19 +02:00
parent 215888baf4
commit d96d3c501e

View File

@@ -41,6 +41,8 @@ const ArchivePage = createClass({
},
componentDidMount: function () {
console.log(this.props.query);
console.log(this.state);
if (this.state.title !== '') {
this.loadPage(this.state.page, false);
}