Skip to content

Commit db936ff

Browse files
committed
style(preview): fix line formatting
1 parent fececab commit db936ff

File tree

1 file changed

+1
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/preview

1 file changed

+1
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/preview/preview.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ export function Preview({
199199

200200
const workflowName =
201201
childWorkflowState.metadata?.name ||
202-
(blockExecution?.output as { childWorkflowName?: string } | undefined)
203-
?.childWorkflowName ||
202+
(blockExecution?.output as { childWorkflowName?: string } | undefined)?.childWorkflowName ||
204203
'Nested Workflow'
205204

206205
setWorkflowStack((prev) => [

0 commit comments

Comments
 (0)