mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 00:03:15 +00:00
more tests
This commit is contained in:
@@ -253,6 +253,7 @@ const ArchivePage = createClass({
|
|||||||
</div></div>
|
</div></div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
console.log(searching, !brewCollection, error);
|
||||||
console.log('404: ', searching === false && (!brewCollection || error === 'Error: Not found'))
|
console.log('404: ', searching === false && (!brewCollection || error === 'Error: Not found'))
|
||||||
if(searching === false && (!brewCollection || error === 'Error: Not found')) {
|
if(searching === false && (!brewCollection || error === 'Error: Not found')) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user