No msg
This commit is contained in:
@@ -50,7 +50,7 @@ class SearchPage extends Component {
|
|||||||
return <li key={result.id}>
|
return <li key={result.id}>
|
||||||
<div className="book">
|
<div className="book">
|
||||||
<div className="book-top">
|
<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">
|
<div className="book-shelf-changer">
|
||||||
<select name={result.id} onChange={onSelect} defaultValue={result.shelf}>
|
<select name={result.id} onChange={onSelect} defaultValue={result.shelf}>
|
||||||
<option value="none">Move to...</option>
|
<option value="none">Move to...</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user