diff --git a/src/components/common/StickerButton.tsx b/src/components/common/StickerButton.tsx index 40313dca..6226de9d 100644 --- a/src/components/common/StickerButton.tsx +++ b/src/components/common/StickerButton.tsx @@ -83,7 +83,7 @@ const StickerButton: FC = ({ className, ); - const style = thumbDataUri ? `background-image: url('${thumbDataUri}');` : ''; + const style = thumbDataUri && !canAnimatedPlay ? `background-image: url('${thumbDataUri}');` : ''; return (