Yuki Takei 7 лет назад
Родитель
Сommit
622b2a85f2
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/client/js/components/PageComment/CommentForm.jsx

+ 0 - 1
src/client/js/components/PageComment/CommentForm.jsx

@@ -237,7 +237,6 @@ export default class CommentForm extends React.Component {
     const crowi = this.props.crowi;
     const username = crowi.me;
     const user = crowi.findUser(username);
-    const creatorsPage = `/user/${username}`;
     const comment = this.state.comment;
     const commentPreview = this.state.isMarkdown ? this.getCommentHtml() : ReactUtils.nl2br(comment);
     const emojiStrategy = this.props.crowi.getEmojiStrategy();