Skip to content

Commit fb82386

Browse files
committed
refactor(IN-238): coderabbitai 수정 반영
1 parent 178641b commit fb82386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/influencerDetail/influencerBaseInfo/ui/InfluencerBaseInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function InfluencerBaseInfo({ channelId }: { channelId: string }) {
8282
<HeartButton
8383
initialBookmarked={data.bookmarked}
8484
onToggle={(bookmarked) =>
85-
toggleBookmark(data.channelId, bookmarked)
85+
toggleBookmark(Number(channelId), bookmarked)
8686
}
8787
/>
8888
</div>

0 commit comments

Comments
 (0)