Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Dec 12, 2024
1 parent 9dc4450 commit ff82b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/image/SanityImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const SanityAssetImage = ({
image: IImage;
imageProps?: UseNextSanityImageProps;
objectFit?: "cover" | "none";
showFigureDescription?: boolean;
}) => {
const objectPosition = image.hotspot
? `${image.hotspot.x * 100}% ${image.hotspot.y * 100}%`
Expand Down

0 comments on commit ff82b28

Please sign in to comment.