0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 22:12:39 +00:00

more tests

This commit is contained in:
Víctor Losada Hernández
2024-02-15 15:34:10 +01:00
parent fcb4c722c6
commit d7c9ab43bc

View File

@@ -253,6 +253,7 @@ const ArchivePage = createClass({
</div></div>
);
};
console.log(searching, !brewCollection, error);
console.log('404: ', searching === false && (!brewCollection || error === 'Error: Not found'))
if(searching === false && (!brewCollection || error === 'Error: Not found')) {
return (