Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed May 30, 2024
1 parent 372fec4 commit 2ef3bf0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,11 @@ const PipelineRunDetails: PipelineCoreDetailsPageComponent = ({ breadcrumbPath,
}
}}
/>
<ArchiveRunModal isOpen={archiving} runs={run ? [run] : []} onCancel={() => setArchiving(false)} />
<ArchiveRunModal
isOpen={archiving}
runs={run ? [run] : []}
onCancel={() => setArchiving(false)}
/>
</>
);
};
Expand Down

0 comments on commit 2ef3bf0

Please sign in to comment.