yusuketk 7 năm trước cách đây
mục cha
commit
b4e09bab91
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {
-    // set  pageTag on button
+    // set pageTag on button
     const pageId = this.props.pageId;
     if (pageId) {
       const res = await this.props.crowi.apiGet('/pages.getPageTag', { pageId });