로딩중
; // 임시 로딩중 + + const isMe = userInfo?.id === collection.author.id; + + const handleDeleteFeed = (feedId: string) => { + deleteFeed( + { collectionId: id, feedId }, { - id: '20adfe5db74c89083d7d4564', - thumbnailUrl: - 'https://d2v80xjmx68n4w.cloudfront.net/gigs/fPoZ31584321311.jpg', - content: '맛있어요!', - storeMood: [ - { - id: '1', - name: '가족과 함께', - }, - { - id: '3', - name: '감성', - }, - { - id: '4', - name: '데이트', - }, - ], - likeCount: 0, - commentCount: 0, - createdAt: '2024-01-19T07:44:50.269128', - updatedAt: null, - liked: false, - }, - ], + onSuccess: () => { + closeModal('collectionAlert'); + }, + } + ); }; + console.log(userInfo, 'userInfo'); return ({collection.description}
{feed.content}