Skip to content

Commit

Permalink
review: button에 타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Jan 10, 2024
1 parent c64bfb0 commit 7059798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StickerPack/components/StickerList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function StickerList(props: StickerListProps) {
<S.StickerGridWrapper>
{data.stickerList.map((sticker) => (
<S.ImageWrapper
type="button"
key={sticker.stickerId}
onClick={() => handleStickerClick(sticker.stickerId)}
isSelected={sticker.stickerId === isSelectedId}
Expand Down

0 comments on commit 7059798

Please sign in to comment.