Skip to content

Commit

Permalink
test: DashboardLayout 스토리 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lurgi committed Oct 9, 2024
1 parent 8a48712 commit 6cbc365
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ type Story = StoryObj<typeof DashboardLayout>;
export const PostListStory: Story = {
parameters: {
reactRouter: reactRouterParameters({
location: {
pathParams: { dashboardId: '1' },
},
routing: reactRouterOutlet(<DashboardList />),
}),
},
Expand All @@ -31,9 +28,6 @@ export const PostListStory: Story = {
export const DashboardStory: Story = {
parameters: {
reactRouter: reactRouterParameters({
location: {
pathParams: { dashboardId: '1' },
},
routing: reactRouterOutlet(<Dashboard />),
}),
},
Expand Down

0 comments on commit 6cbc365

Please sign in to comment.