diff --git a/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx b/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx index f25a33518eb59..f65c17f23e3ec 100644 --- a/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx +++ b/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx @@ -53,13 +53,6 @@ AllStates.args = { ].map((data) => spawn(workspaceItemMachine.withContext({ data }))), } -export const Outdated = Template.bind({}) -Outdated.args = { - workspaceRefs: [createWorkspaceWithStatus("running", "stop", true)].map((data) => - spawn(workspaceItemMachine.withContext({ data })), - ), -} - export const OwnerHasNoWorkspaces = Template.bind({}) OwnerHasNoWorkspaces.args = { workspaceRefs: [],