From 18d5c9cce7cd3445b1a6f49a81582d5c90797a04 Mon Sep 17 00:00:00 2001 From: Nathan Freeman Date: Thu, 29 Aug 2024 17:56:51 -0500 Subject: [PATCH] prettier --- src/app/Workflows/Pipelines/Pipeline/Pipeline.tsx | 8 ++++++-- .../Pipelines/Pipeline/_components/DagView/DagView.tsx | 2 +- .../_components/Tabs/InheritenceTab/InheritenceTab.tsx | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/Workflows/Pipelines/Pipeline/Pipeline.tsx b/src/app/Workflows/Pipelines/Pipeline/Pipeline.tsx index 0c59f617..5cb10473 100644 --- a/src/app/Workflows/Pipelines/Pipeline/Pipeline.tsx +++ b/src/app/Workflows/Pipelines/Pipeline/Pipeline.tsx @@ -40,11 +40,15 @@ const Pipeline: React.FC = ({
{tab === 'tasks' && } {tab === 'env' && } - {tab === 'params' && } + {tab === 'params' && ( + + )} {tab === 'execprofile' && ( )} - {tab === 'uses' && } + {tab === 'uses' && ( + + )}
)} diff --git a/src/app/Workflows/Pipelines/Pipeline/_components/DagView/DagView.tsx b/src/app/Workflows/Pipelines/Pipeline/_components/DagView/DagView.tsx index 3e4159ff..1fca26fe 100644 --- a/src/app/Workflows/Pipelines/Pipeline/_components/DagView/DagView.tsx +++ b/src/app/Workflows/Pipelines/Pipeline/_components/DagView/DagView.tsx @@ -101,7 +101,7 @@ const ELKLayoutFlow: React.FC = ({ groupId, pipeline }) => { }); const handleToggleView = (view: View) => { - alert(!views[view]) + alert(!views[view]); setViews({ ...views, [view]: !views[view], diff --git a/src/app/Workflows/Pipelines/Pipeline/_components/Tabs/InheritenceTab/InheritenceTab.tsx b/src/app/Workflows/Pipelines/Pipeline/_components/Tabs/InheritenceTab/InheritenceTab.tsx index 5935d801..436214d2 100644 --- a/src/app/Workflows/Pipelines/Pipeline/_components/Tabs/InheritenceTab/InheritenceTab.tsx +++ b/src/app/Workflows/Pipelines/Pipeline/_components/Tabs/InheritenceTab/InheritenceTab.tsx @@ -19,7 +19,7 @@ type TabProps = { const InheritenceTab: React.FC = ({ groupId, pipeline }) => { return (
- {JSON.stringify(pipeline.params)} + {JSON.stringify(pipeline.uses)} {/* Task invocation mode