No message

This commit is contained in:
Ken Jannette
2018-04-17 20:58:31 -04:00
parent cc78bc5eb0
commit 5e9ef82c4f

View File

@@ -25,7 +25,7 @@ books.filter(function(book){
<li>
<div className="book">
<div className="book-top">
<div className="book-cover" style={{ width: 128, height: 193, backgroundImage: 'url("{book.url}")' }}></div>
<div className="book-cover" style={{ width: 128, height: 193, backgroundImage: 'url("{book.imageLinks.thumbnail}")' }}></div>
<div className="book-shelf-changer">
<select>
<option value="none" disabled>Move to...</option>