We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4095fb commit 8698db8Copy full SHA for 8698db8
src/components/Jobs/JobDetails/JobDetails.tsx
@@ -153,8 +153,8 @@ const JobHeader = ({ jobName }: { jobName: string }) => {
153
),
154
linked: false,
155
},
156
- app: {
157
- component: <BreadcrumbText heading="Jobs" />,
+ job: {
+ component: <BreadcrumbText heading="Job" />,
158
linked: true,
159
160
0 commit comments