yusuketk 7 лет назад
Родитель
Сommit
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() {
-    // 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 });