mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 22:12:39 +00:00
more tests
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user