fix: attachment item created by (#6695)

This commit is contained in:
Anmol Singh Bhatia 2025-03-04 13:58:32 +05:30 committed by GitHub
parent f8997446e2
commit c021ffddf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}