Bug fix for SearchPage

This commit is contained in:
Ken Jannette
2018-04-20 20:01:22 -04:00
parent b6b43e6057
commit e7b57c8f98

View File

@@ -42,7 +42,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.thumbnail }")` }}></div>
<div className="book-cover" style={{ width: 128, height: 193, backgroundImage: `url("${ result.imageLinks.thumbnail }")` }}></div>
<div className="book-shelf-changer">
<select name={result.id} onChange={onSelect}>
<option value="none">Move to...</option>