mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Addressing errors with replies in e2e.
This commit is contained in:
@@ -75,8 +75,6 @@ class CommentBox extends Component {
|
||||
} else if (postedComment.status === 'PREMOD') {
|
||||
addNotification('success', lang.t('comment-post-notif-premod'));
|
||||
} else {
|
||||
|
||||
// appendItemArray(parent_id || id, related, commentId, !parent_id, parent_type);
|
||||
addNotification('success', 'Your comment has been posted.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user