Skip to content
Merged
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
AbhineetJain committed Aug 1, 2022
commit 6f8c20d32df4551b0f8fcae0f6f5acc53929b0e7
8 changes: 4 additions & 4 deletions site/src/components/Workspace/Workspace.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Error.args = {
[WorkspaceErrors.BUILD_ERROR]: Mocks.makeMockApiError({
message: "A workspace build is already active.",
}),
}
},
}

export const Deleting = Template.bind({})
Expand Down Expand Up @@ -104,7 +104,7 @@ Canceled.args = {
[WorkspaceErrors.CANCELLATION_MESSAGE]: Mocks.makeMockApiError({
message: "Job has been marked as canceled...",
}),
}
},
}

export const Outdated = Template.bind({})
Expand All @@ -120,7 +120,7 @@ GetBuildsError.args = {
[WorkspaceErrors.GET_BUILDS_ERROR]: Mocks.makeMockApiError({
message: "There is a problem fetching builds.",
}),
}
},
}

export const GetResourcesError = Template.bind({})
Expand All @@ -130,5 +130,5 @@ GetResourcesError.args = {
[WorkspaceErrors.GET_RESOURCES_ERROR]: Mocks.makeMockApiError({
message: "There is a problem fetching workspace resources.",
}),
}
},
}