diff --git a/src/components/Job/JobTable/JobGitRefLink.js b/src/components/Job/JobTable/JobGitRefLink.js
index 2c098bcd4bb8291f0db371484d526cdf60109cc6..b86d88ebb2747aaffed58f684068bd8a1108073b 100644
--- a/src/components/Job/JobTable/JobGitRefLink.js
+++ b/src/components/Job/JobTable/JobGitRefLink.js
@@ -35,7 +35,7 @@ export const JobGitRefLink = ({ job, disableExternalLinkIcon = false }) => {
   }
 
   const firstCommit = commits?.at(0);
-  const gitRef = firstCommit?.shortReference ?? job.gitReference
+  const gitRef = firstCommit?.shortReference ?? job.gitReference;
   const displayReference =
     firstCommit?.type === "TAG"
       ? firstCommit?.reference