Skip to content

Commit

Permalink
Merge pull request #817 from sopt-makers/develop
Browse files Browse the repository at this point in the history
프로덕션 배포
  • Loading branch information
borimong authored Jul 27, 2024
2 parents b877524 + 076087d commit 4ef652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page/meetingDetail/Feed/FeedItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const FeedItem = ({ post, HeaderSection, LikeButton, onClick }: FeedItemProps) =
<SContent>{processString()}</SContent>
{images && images[THUMBNAIL_IMAGE_INDEX] && (
<SThumbnailWrapper>
<SThumbnail src={getResizedImage(images[THUMBNAIL_IMAGE_INDEX], 340)} alt="" />
<SThumbnail src={images[THUMBNAIL_IMAGE_INDEX]} alt="" />
{images.length > 1 && <SThumbnailCount>+{images.length - 1}</SThumbnailCount>}
</SThumbnailWrapper>
)}
Expand Down

0 comments on commit 4ef652c

Please sign in to comment.