Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Feb 8, 2024
1 parent d81bcea commit a50210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/job-overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export const JobOverview = ({ appName, jobName }: Props) => {
)}
{job.components && (
<ComponentList
appName={application?.registration.name}
appName={appName}
deployments={job.deployments}
repository={application?.registration.repository}
/>
Expand Down

0 comments on commit a50210d

Please sign in to comment.