diff --git a/components/AnnotatedImage/ImageHotspot.tsx b/components/AnnotatedImage/ImageHotspot.tsx index ac0fa8e4..31064fb5 100644 --- a/components/AnnotatedImage/ImageHotspot.tsx +++ b/components/AnnotatedImage/ImageHotspot.tsx @@ -30,7 +30,6 @@ export const ImageHotspot = ({ descriptionSize, }: SbImageHotspotType) => { const [isModalOpen, setIsModalOpen] = useState(false); - const buttonRef = useRef(null); const [isClicked, setIsClicked] = useState(false); const panelRef = useRef(null); @@ -58,7 +57,6 @@ export const ImageHotspot = ({