diff --git a/common/app/routes/Jobs/components/ShowJob.jsx b/common/app/routes/Jobs/components/ShowJob.jsx index 658a8f6295..e9cddc55fc 100644 --- a/common/app/routes/Jobs/components/ShowJob.jsx +++ b/common/app/routes/Jobs/components/ShowJob.jsx @@ -14,7 +14,7 @@ const thumbnailStyle = { function addATags(text) { return text.replace(urlRegex, function(match) { - return `${match}`; + return `${match}`; }); }