From c27f1954b560080e6eda2d4d1d5cb3f708a25065 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Tue, 12 Jul 2022 14:07:54 +0300 Subject: [PATCH] fix: fix story name for preview-post-card --- .../Components/PreviewPostCard/PreviewPostCard.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/Posts/pages/CreatePostPage/Components/PreviewPostCard/PreviewPostCard.stories.tsx b/src/features/Posts/pages/CreatePostPage/Components/PreviewPostCard/PreviewPostCard.stories.tsx index 85ce3a1..99d41ff 100644 --- a/src/features/Posts/pages/CreatePostPage/Components/PreviewPostCard/PreviewPostCard.stories.tsx +++ b/src/features/Posts/pages/CreatePostPage/Components/PreviewPostCard/PreviewPostCard.stories.tsx @@ -4,7 +4,7 @@ import { MOCK_DATA } from 'src/mocks/data'; import PreviewPostCard from './PreviewPostCard'; export default { - title: 'Posts/Post Details Page/Components/Story Page Content', + title: 'Posts/Post Details Page/Components/Preview Post Card', component: PreviewPostCard, argTypes: { backgroundColor: { control: 'color' },