Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! test(Image): test for Image added
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd committed Sep 21, 2023
1 parent dff88af commit 97d9752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Image/Image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface ImageProps extends Partial<ImageObjectProps>, Partial<ImageDevi
export interface DeviceSpecificFragmentProps extends QAProps {
disableWebp: boolean;
src: string;
breakpoint: string;
breakpoint: number;
}

const checkWebP = (src: string) => {
Expand Down

0 comments on commit 97d9752

Please sign in to comment.