Browse Source

delete comment

yusuketk 7 years ago
parent
commit
0ed27c75ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Page/EditTagModal.jsx

+ 1 - 1
src/client/js/components/Page/EditTagModal.jsx

@@ -46,7 +46,7 @@ export default class EditTagModal extends React.Component {
   }
   }
 
 
   handleSubmit() {
   handleSubmit() {
-    this.props.sendTagData(this.state.newPageTags); // send tag data for app
+    this.props.sendTagData(this.state.newPageTags);
     this.setState({ currentPageTags: this.state.newPageTags, isOpenModal: false });
     this.setState({ currentPageTags: this.state.newPageTags, isOpenModal: false });
   }
   }