{traceQuery.kind === "loading" ? (
-
+
) : null}
{traceQuery.kind === "ready" && spans.length > 0 ? (
void }) {
{runsQuery.kind === "loading" ? (
-
+
) : runsQuery.kind === "ready" && runs.length === 0 ? (
}
@@ -714,7 +713,7 @@ function TasksSection({
{tasksQuery.kind === "loading" ? (
-
+
) : tasks.length === 0 ? (
{bareLeadingHeader}
{workbenchesState.kind === "loading" ? (
-
+
) : workbenchesState.kind === "error" ? (
}
@@ -1157,7 +1158,7 @@ function ChatWorkspaceInner({
{messagesState.kind === "loading" ? (
-