We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1effe00 commit 1dd6500Copy full SHA for 1dd6500
components/dashboard/src/components/PrebuildLogs.tsx
@@ -82,9 +82,6 @@ export default function PrebuildLogs(props: PrebuildLogsProps) {
82
83
useEffect(() => {
84
switch (workspaceInstance?.status.phase) {
85
- // Preparing means that we haven't actually started the workspace instance just yet, but rather
86
- // are still preparing for launch.
87
- case "preparing":
88
// Building means we're building the Docker image for the workspace so the workspace hasn't started yet.
89
case "building":
90
case "stopped":
0 commit comments