Przeglądaj źródła

remove d-edit-none class from LikeButton.jsx

ryuichi-e 5 lat temu
rodzic
commit
ddde4798f1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/client/js/components/LikeButton.jsx

+ 1 - 1
src/client/js/components/LikeButton.jsx

@@ -43,7 +43,7 @@ class LikeButton extends React.Component {
       <button
         type="button"
         onClick={this.handleClick}
-        className={`btn rounded-circle btn-like border-0 d-edit-none
+        className={`btn rounded-circle btn-like border-0
         ${this.state.isLiked ? 'active' : ''}`}
       >
         <i className="icon-like"></i>