Commit a68bc4b2 authored by Rémy Coutable's avatar Rémy Coutable

Resolve app/assets/javascripts/diffs/components/inline_diff_comment_row.vue

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4711ac94
......@@ -56,14 +56,8 @@ export default {
:discussions="discussions"
/>
<diff-line-note-form
<<<<<<< HEAD
v-if="diffLineCommentForms[line.lineCode]"
:diff-file-hash="diffFileHash"
=======
v-if="hasCommentForm"
:diff-file="diffFile"
:diff-lines="diffLines"
>>>>>>> origin/master
:diff-file-hash="diffFileHash"
:line="line"
:note-target-line="line"
/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment