diff --git a/frontend/src/components/actors/actors-actor-details.tsx b/frontend/src/components/actors/actors-actor-details.tsx
index f170c0878f..7bf691f94c 100644
--- a/frontend/src/components/actors/actors-actor-details.tsx
+++ b/frontend/src/components/actors/actors-actor-details.tsx
@@ -19,7 +19,6 @@ import { ActorStateTab } from "./actor-state-tab";
import { QueriedActorStatus } from "./actor-status";
import { ActorStopButton } from "./actor-stop-button";
import { ActorTracesTab } from "./actor-traces-tab";
-import { ActorWorkflowTab } from "./workflow/actor-workflow-tab";
import { useActorsView } from "./actors-view-context-provider";
import { ActorConsole } from "./console/actor-console";
import {
@@ -28,6 +27,7 @@ import {
} from "./guard-connectable-inspector";
import type { ActorId } from "./queries";
import { ActorWorkerContextProvider } from "./worker/actor-worker-context";
+import { ActorWorkflowTab } from "./workflow/actor-workflow-tab";
interface ActorsActorDetailsProps {
tab?: string;
@@ -132,46 +132,6 @@ export function ActorTabs({
>
Connections
-
-
- Queue
-
-
-
- Traces
-
-
-
- Workflow
-
-
-
- Database
-
-
- {/*
- Logs
- */}
Metadata
- {/*
- Metrics
- */}
{actorId ? (
)}
-
-
- {guardContent || }
-
-
-
- {guardContent || }
-
-
- {guardContent || }
-
-
- {guardContent || }
-
{guardContent || }
- {/* {supportsMetrics ? (
-
- {guardContent || (
-
- )}
-
- ) : null} */}
>
) : null}
{children}