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

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}