diff options
Diffstat (limited to 'src/components/organisms/layout/posts-list.test.tsx')
| -rw-r--r-- | src/components/organisms/layout/posts-list.test.tsx | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/components/organisms/layout/posts-list.test.tsx b/src/components/organisms/layout/posts-list.test.tsx index 7429cbd..dfb9825 100644 --- a/src/components/organisms/layout/posts-list.test.tsx +++ b/src/components/organisms/layout/posts-list.test.tsx @@ -28,8 +28,6 @@ const posts: Post[] = [        height: 480,        src: 'http://placeimg.com/640/480',        width: 640, -      // @ts-ignore - Needed because of the placeholder image. -      unoptimized: true,      },    },    { @@ -60,8 +58,6 @@ const posts: Post[] = [        height: 480,        src: 'http://placeimg.com/640/480',        width: 640, -      // @ts-ignore - Needed because of the placeholder image. -      unoptimized: true,      },    },  ]; | 
