mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 15:49:36 +01:00
fix: attachment item created by (#6695)
This commit is contained in:
committed by
GitHub
parent
f8997446e2
commit
c021ffddf2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user