diff --git a/src/components/common/StickerSetCard.tsx b/src/components/common/StickerSetCard.tsx index ce09fac47..ad1c03a05 100644 --- a/src/components/common/StickerSetCard.tsx +++ b/src/components/common/StickerSetCard.tsx @@ -17,8 +17,6 @@ import StickerButton from './StickerButton'; import './StickerSetCard.scss'; -const STICKER_SET_CARD_HEIGHT = 56; - type OwnProps = { stickerSet?: ApiStickerSet; noPlay?: boolean; @@ -82,7 +80,6 @@ const StickerSetCard: FC = ({ return (