summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <constanceokoghenun@gmail.com>2019-02-25 09:02:11 +0100
committerConstance Okoghenun <constanceokoghenun@gmail.com>2019-02-25 09:02:11 +0100
commit89135dc5f756058ff1594115e5107ee6857e0790 (patch)
treefc6dfbc8ff91184f07c7e3fae04af768f187331c
parent8a4cbca2a4e5d42d63ae3999816d4e8a9af228f7 (diff)
downloadgitlab-ce-constance-reply-button-fix.tar.gz
Removed reply button from non-discussion commentsconstance-reply-button-fix
-rw-r--r--app/assets/javascripts/notes/components/noteable_discussion.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/noteable_discussion.vue b/app/assets/javascripts/notes/components/noteable_discussion.vue
index 2d6fd8b116f..95f822451d2 100644
--- a/app/assets/javascripts/notes/components/noteable_discussion.vue
+++ b/app/assets/javascripts/notes/components/noteable_discussion.vue
@@ -422,7 +422,6 @@ Please check your network connection and try again.`;
:line="line"
:commit="commit"
:help-page-path="helpPagePath"
- :show-reply-button="canReply"
@handleDeleteNote="deleteNoteHandler"
@startReplying="showReplyForm"
>