Skip to content

Commit 6f8c20d

Browse files
committed
fix lint
1 parent 94640e4 commit 6f8c20d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/src/components/Workspace/Workspace.stories.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Error.args = {
7575
[WorkspaceErrors.BUILD_ERROR]: Mocks.makeMockApiError({
7676
message: "A workspace build is already active.",
7777
}),
78-
}
78+
},
7979
}
8080

8181
export const Deleting = Template.bind({})
@@ -104,7 +104,7 @@ Canceled.args = {
104104
[WorkspaceErrors.CANCELLATION_MESSAGE]: Mocks.makeMockApiError({
105105
message: "Job has been marked as canceled...",
106106
}),
107-
}
107+
},
108108
}
109109

110110
export const Outdated = Template.bind({})
@@ -120,7 +120,7 @@ GetBuildsError.args = {
120120
[WorkspaceErrors.GET_BUILDS_ERROR]: Mocks.makeMockApiError({
121121
message: "There is a problem fetching builds.",
122122
}),
123-
}
123+
},
124124
}
125125

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

0 commit comments

Comments
 (0)