diff --git a/src/components/Timeline/Shared/Attachment/index.tsx b/src/components/Timeline/Shared/Attachment/index.tsx index 423a8f67..f3572303 100644 --- a/src/components/Timeline/Shared/Attachment/index.tsx +++ b/src/components/Timeline/Shared/Attachment/index.tsx @@ -172,7 +172,7 @@ const TimelineAttachment = () => { return ( - + {chunk(status.media_attachments, 2).map((chunk, chunkIndex) => (