Skip to content

Commit

Permalink
fix-bug( remove modal-trigger): materialiaze bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Ogidan authored and Benny Ogidan committed Dec 20, 2017
1 parent e83948a commit 8422f87
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Book extends React.Component {
floating
icon="mode_edit"
onClick={() => this.handleEdit(this.props.book)}
className="#f57c00 orange darken-2 book-icons-1 modal-trigger"
className="#f57c00 orange darken-2 book-icons-1"
waves="light"
>
Edit
Expand All @@ -144,7 +144,6 @@ class Book extends React.Component {
</div>
<div className="card">
<a
className="modal-trigger"
href="#modal"
onClick={() => this.handleBookClick(this.props.book)}
tabIndex="-1"
Expand Down

0 comments on commit 8422f87

Please sign in to comment.