diff --git a/src/StickerPack/components/StickerList/index.tsx b/src/StickerPack/components/StickerList/index.tsx index 07e2a26f..ab282aff 100644 --- a/src/StickerPack/components/StickerList/index.tsx +++ b/src/StickerPack/components/StickerList/index.tsx @@ -23,6 +23,7 @@ function StickerList(props: StickerListProps) { {data.stickerList.map((sticker) => ( handleStickerClick(sticker.stickerId)} isSelected={sticker.stickerId === isSelectedId}