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 c2bb3da commit 9fa4afbCopy full SHA for 9fa4afb
src/components/runCards/JobCard/JobCard.tsx
@@ -77,7 +77,6 @@ export const JobCard = ({ projectId, job: jobs, disabled = false }: ApplicationC
77
>
78
<Typography gutterBottom>{job.description}</Typography>
79
<Typography variant="body2">
80
- {job.version} –{" "}
81
<Link href={job.doc_url} rel="noopener noreferrer" target="_blank">
82
docs
83
</Link>
0 commit comments