This commit is contained in:
Ken Jannette
2018-04-21 17:14:02 -04:00
parent ef2598ac3f
commit 7ff79e3465

View File

@@ -50,7 +50,7 @@ class SearchPage extends Component {
return <li key={result.id}>
<div className="book">
<div className="book-top">
<div className="book-cover" style={{ width: 128, height: 193, backgroundImage: `url("${ result.imageLinks ? result.imageLinks.thumbnail : 'No Image available' }")` }}></div>
<div className="book-cover" style={{ width: 128, height: 193, backgroundImage: `url("${ result.imageLinks ? result.imageLinks.thumbnail : 'No Image' }")` }}></div>
<div className="book-shelf-changer">
<select name={result.id} onChange={onSelect} defaultValue={result.shelf}>
<option value="none">Move to...</option>