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