Commit 9763abb3 authored by Phil Hughes's avatar Phil Hughes Committed by Kushal Pandya

Fixes the wrong author showing on notes after deleting a note

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/225410
parent 02fa56f2
......@@ -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