Skip to content

Commit 899c689

Browse files
committed
test should fail
1 parent d4ab032 commit 899c689

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/Image.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ export const Image = (props: IKImageProps) => {
7575
transformationPosition
7676
})
7777

78-
if (!responsive) {
79-
return (
80-
<img
81-
{...nonIKParams}
82-
loading={loading}
83-
src={newSrc}
84-
/>
85-
)
86-
}
78+
// if (!responsive) {
79+
// return (
80+
// <img
81+
// {...nonIKParams}
82+
// loading={loading}
83+
// src={newSrc}
84+
// />
85+
// )
86+
// }
8787

8888
return (
8989
<img

0 commit comments

Comments
 (0)