Skip to content

Commit

Permalink
[Delivers #153149518]
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Ogidan authored and Benny Ogidan committed Dec 3, 2017
1 parent aae67e2 commit b593445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Book = books => (
className="modal-trigger"
href="#modal"
onClick={() => {
// $(`#modal-${books.id}`).modal('open');
// / $(`#modal-${books.id}`).modal('open');
// const bookId = books.id;
$('#modal').modal('open');
$('#bookImage').attr('src', books.image);
Expand Down

0 comments on commit b593445

Please sign in to comment.