yusuketk пре 7 година
родитељ
комит
b4e09bab91
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/js/components/Page/TagLabel.jsx

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

@@ -26,7 +26,7 @@ class TagLabel extends React.Component {
   }
   }
 
 
   async componentWillMount() {
   async componentWillMount() {
-    // set  pageTag on button
+    // set pageTag on button
     const pageId = this.props.pageId;
     const pageId = this.props.pageId;
     if (pageId) {
     if (pageId) {
       const res = await this.props.crowi.apiGet('/pages.getPageTag', { pageId });
       const res = await this.props.crowi.apiGet('/pages.getPageTag', { pageId });