diff --git a/src/utils/hooks/useConvertImage.tsx b/src/utils/hooks/useConvertImage.tsx index ca16b6a18..817d7eb12 100644 --- a/src/utils/hooks/useConvertImage.tsx +++ b/src/utils/hooks/useConvertImage.tsx @@ -46,7 +46,7 @@ const SanityImage = ({ image }: { image: IImage }) => { // Custom hook for converting an image from Sanity to Next.js image component export function useConvertSanityImageToNextImage( - image: IImage | undefined + image: IImage | undefined, ): JSX.Element | null { // Return mockData.image for stories in Storybook if (image?.src) {