From 89135dc5f756058ff1594115e5107ee6857e0790 Mon Sep 17 00:00:00 2001 From: Constance Okoghenun <constanceokoghenun@gmail.com> Date: Mon, 25 Feb 2019 09:02:11 +0100 Subject: [PATCH] Removed reply button from non-discussion comments --- app/assets/javascripts/notes/components/noteable_discussion.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/notes/components/noteable_discussion.vue b/app/assets/javascripts/notes/components/noteable_discussion.vue index 2d6fd8b116fa..95f822451d2d 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" > -- GitLab