diff --git a/apps/frontend/src/components/cards/controltable/ControlRowHeader.vue b/apps/frontend/src/components/cards/controltable/ControlRowHeader.vue index ffb062f874..edb38f5c08 100644 --- a/apps/frontend/src/components/cards/controltable/ControlRowHeader.vue +++ b/apps/frontend/src/components/cards/controltable/ControlRowHeader.vue @@ -56,9 +56,17 @@ Severity has been overridden from - {{ 'severity' in control.data.tags ? control.data.tags['severity'] : 'UNKNOWN' }} to - {{ control.data.tags['severityoverride'] }}
Justification: - {{ 'severityjustification' in control.data.tags ? control.data.tags['severityjustification'] : 'UNKNOWN JUSTIFICATION' }}
Justification: + {{ + 'severityjustification' in control.data.tags + ? control.data.tags['severityjustification'] + : 'UNKNOWN JUSTIFICATION' + }} { expected.replace(/2\.10\.8/gi, hdfConvertersVersion) ); }); -}); \ No newline at end of file +});