Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaroise committed Aug 27, 2024
1 parent efed903 commit 34926e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/hooks/useConvertImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 34926e4

Please sign in to comment.