diff --git a/front/app/components/InitiativeCard/InitiativeCard.stories.tsx b/front/app/components/InitiativeCard/InitiativeCard.stories.tsx
index 1bf35c1827df..49d7ea583dd0 100644
--- a/front/app/components/InitiativeCard/InitiativeCard.stories.tsx
+++ b/front/app/components/InitiativeCard/InitiativeCard.stories.tsx
@@ -7,7 +7,7 @@ import type { Meta, StoryObj } from '@storybook/react';
const meta = {
title: 'Example/InitiativeCard',
render: (props) => (
-
+
),
diff --git a/front/app/components/ProjectCard/ProjectCard.stories.tsx b/front/app/components/ProjectCard/ProjectCard.stories.tsx
index bfe55a9d611c..84c4b4c54411 100644
--- a/front/app/components/ProjectCard/ProjectCard.stories.tsx
+++ b/front/app/components/ProjectCard/ProjectCard.stories.tsx
@@ -7,7 +7,7 @@ import type { Meta, StoryObj } from '@storybook/react';
const meta = {
title: 'Example/ProjectCard',
render: (props) => (
-
+
),
@@ -23,6 +23,5 @@ export const Large: Story = {
args: {
projectId: '2',
size: 'large',
- layout: 'dynamic',
},
};