From 6cbc365290ce2f7801e4e1a5c9e4c81bf8d67a50 Mon Sep 17 00:00:00 2001 From: Jeongwoo Park <121204715+lurgi@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:13:51 +0900 Subject: [PATCH] =?UTF-8?q?test:=20DashboardLayout=20=EC=8A=A4=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/DashboardLayout/DashboardLayout.stories.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/pages/DashboardLayout/DashboardLayout.stories.tsx b/frontend/src/pages/DashboardLayout/DashboardLayout.stories.tsx index 16cd1bbbc..c8b0d9568 100644 --- a/frontend/src/pages/DashboardLayout/DashboardLayout.stories.tsx +++ b/frontend/src/pages/DashboardLayout/DashboardLayout.stories.tsx @@ -20,9 +20,6 @@ type Story = StoryObj; export const PostListStory: Story = { parameters: { reactRouter: reactRouterParameters({ - location: { - pathParams: { dashboardId: '1' }, - }, routing: reactRouterOutlet(), }), }, @@ -31,9 +28,6 @@ export const PostListStory: Story = { export const DashboardStory: Story = { parameters: { reactRouter: reactRouterParameters({ - location: { - pathParams: { dashboardId: '1' }, - }, routing: reactRouterOutlet(), }), },