0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 22:32:45 +00:00

log at will

This commit is contained in:
Víctor Losada Hernández
2024-05-21 12:16:07 +02:00
parent efda06ebe5
commit 68c3e1ba84

View File

@@ -248,6 +248,7 @@ const ArchivePage = createClass({
Remember, you can only search brews with this tool if they
are published
</small>
<button onClick={console.log('total brews in state: ', this.state.totalBrews)}>Log total</button>
</div>
);
},