diff --git a/src/SearchPage.js b/src/SearchPage.js index 6581f85..7c89ec2 100644 --- a/src/SearchPage.js +++ b/src/SearchPage.js @@ -18,7 +18,8 @@ class SearchPage extends Component { for (var result of results) { for (var book of books) { if (result === book) { - result.shelf = book.shelf + //result.shelf = book.shelf + console.log(book) } } }