Commit a18bb954 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/225410/commentHasWrongAuthorName' into 'master'

Fixes the wrong author showing on notes after deleting a note

Closes #225410

See merge request gitlab-org/gitlab!41747
parents a570359c 9763abb3
......@@ -361,7 +361,7 @@ export default {
</template>
</gl-sprintf>
</div>
<div v-once class="timeline-icon">
<div class="timeline-icon">
<user-avatar-link
:link-href="author.path"
:img-src="author.avatar_url"
......@@ -374,7 +374,6 @@ export default {
<div class="timeline-content">
<div class="note-header">
<note-header
v-once
:author="author"
:created-at="note.created_at"
:note-id="note.id"
......
---
title: Fixed note having wrong author after deleting
merge_request: 41747
author:
type: fixed
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