From 610f9ab8409daf92136beafb5cc2e66c6251e94c Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 2 Nov 2015 14:54:08 -0800 Subject: [PATCH] Fix job posting link should open in new tab --- common/app/routes/Jobs/components/ShowJob.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`; }); }