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