Commit a64fc785 authored by Tim Zallmann's avatar Tim Zallmann

Updated the Diff Line Gutter Content

parent 23abdf3e
......@@ -177,10 +177,10 @@ export default {
title="Add a comment to this line"
@click="handleCommentButton"
>
<icon
<!--<icon
:size="12"
name="comment"
/>
/>-->
</button>
<a
v-if="lineNumber"
......@@ -190,7 +190,7 @@ export default {
</a>
<diff-gutter-avatars
v-if="shouldShowAvatarsOnGutter"
:discussions="discussions"
:discussions="line.discussions"
/>
</template>
</div>
......
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