From e2973d4873c559e4f441ee7617839152b419384a Mon Sep 17 00:00:00 2001 From: KIRAN KASHALKAR Date: Sun, 22 Jan 2017 10:40:24 -0500 Subject: [PATCH] Bug 157 resolved. Signed-off-by: KIRAN KASHALKAR --- skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx index 449177634..88ff709a4 100644 --- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx +++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx @@ -106,7 +106,7 @@ export default class RecordCard extends React.Component { //That match the currently selected job id if(v.id == cardData.id) { return v.primitive.map(function(p, i) { - return + return }) } }) @@ -208,7 +208,7 @@ export default class RecordCard extends React.Component { //That match the currently selected job id if(v.id == cardData.id) { return v.primitive.map(function(p, i) { - return + return }) } }) -- 2.17.1