diff options
Diffstat (limited to 'src/components/organisms/layout/cards-list.stories.tsx')
| -rw-r--r-- | src/components/organisms/layout/cards-list.stories.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/organisms/layout/cards-list.stories.tsx b/src/components/organisms/layout/cards-list.stories.tsx index 522d068..c19220a 100644 --- a/src/components/organisms/layout/cards-list.stories.tsx +++ b/src/components/organisms/layout/cards-list.stories.tsx @@ -90,8 +90,6 @@ const items: CardsListItem[] = [ src: 'http://placeimg.com/640/480', width: 640, height: 480, - // @ts-ignore - Needed because of the placeholder image. - unoptimized: true, }, meta: { thematics: ['Velit', 'Ex', 'Alias'] }, tagline: 'Molestias ut error', @@ -105,8 +103,6 @@ const items: CardsListItem[] = [ src: 'http://placeimg.com/640/480', width: 640, height: 480, - // @ts-ignore - Needed because of the placeholder image. - unoptimized: true, }, meta: { thematics: ['Voluptas'] }, tagline: 'Quod vel accusamus', @@ -120,8 +116,6 @@ const items: CardsListItem[] = [ src: 'http://placeimg.com/640/480', width: 640, height: 480, - // @ts-ignore - Needed because of the placeholder image. - unoptimized: true, }, meta: { thematics: ['Quisquam', 'Quia', 'Sapiente', 'Perspiciatis'], |
