diff --git a/static/js/components/BookSearchResult.js b/static/js/components/BookSearchResult.js index 3af1a67..6ec216d 100644 --- a/static/js/components/BookSearchResult.js +++ b/static/js/components/BookSearchResult.js @@ -25,7 +25,7 @@ export default { return { thumbnail, title, authors, publisher, isbn }; }, template: ` -
+

{{ title }}

@@ -33,7 +33,7 @@ export default {

{{ publisher }}

ISBN: {{ isbn }}

- + Select
`, };