Skip to content

Commit 20a6265

Browse files
author
Theodore Li
committed
Lint fix
1 parent 1542924 commit 20a6265

File tree

1 file changed

+1
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/resource-content

1 file changed

+1
-2
lines changed

apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/resource-content/resource-content.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ function EmbeddedWorkflow({ workspaceId, workflowId }: EmbeddedWorkflowProps) {
311311
(state) => state.hydration.phase !== 'idle' && state.hydration.phase !== 'metadata-loading'
312312
)
313313
const hasLoadError = useWorkflowRegistry(
314-
(state) =>
315-
state.hydration.phase === 'error' && state.hydration.workflowId === workflowId
314+
(state) => state.hydration.phase === 'error' && state.hydration.workflowId === workflowId
316315
)
317316

318317
if (!isMetadataLoaded) return LOADING_SKELETON

0 commit comments

Comments
 (0)