fix: attachment item created by (#6695)
This commit is contained in:
parent
f8997446e2
commit
c021ffddf2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export const IssueAttachmentsListItem: FC<TIssueAttachmentsListItem> = observer(
|
|||
</div>
|
||||
|
||||
<div className="flex items-center gap-3">
|
||||
{attachment?.updated_by && (
|
||||
{attachment?.created_by && (
|
||||
<>
|
||||
<Tooltip
|
||||
isMobile={isMobile}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue