diff --git a/client/src/js/SM/Parsers.js b/client/src/js/SM/Parsers.js index ad43f0dd9..b77e76610 100644 --- a/client/src/js/SM/Parsers.js +++ b/client/src/js/SM/Parsers.js @@ -822,7 +822,7 @@ const ruleId = rule.rule_id_src if (!ruleId) return - const hasComments = !!rule.finding_details || !!rule.coments + const hasComments = !!rule.finding_details || !!rule.comments if (result === 'notchecked') { // unreviewed business rules switch (importOptions.unreviewed) {