Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 474fd20

Browse files
authored
fix: stories
1 parent 4ffdd53 commit 474fd20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/stats/tile.stories.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const Template: ComponentStory<typeof StatsTile> = args => (
1414
export const Default = Template.bind({});
1515
Default.args = {
1616
title: "Nombre de visites",
17-
stats: "1.000.000",
18-
description: "C'est le nombre d'utilisateur unique ayant visité le site",
17+
stats: "1.000.000"
1918
};
2019

2120
export const WithDescription = Template.bind({});

0 commit comments

Comments
 (0)