We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b204b commit ac5275aCopy full SHA for ac5275a
frontend/src/metrics/MetricsStatusCurrent.tsx
@@ -39,7 +39,6 @@ const MetricsStatusCurrent = (props: MetricsStatusCurrentProps) => {
39
OBSERVATION_STATUS_NOT_AFFECTED,
40
OBSERVATION_STATUS_NOT_SECURITY,
41
OBSERVATION_STATUS_RISK_ACCEPTED,
42
- OBSERVATION_STATUS_AFFECTED,
43
],
44
datasets: [
45
{
@@ -86,7 +85,6 @@ const MetricsStatusCurrent = (props: MetricsStatusCurrentProps) => {
86
85
result.json.not_affected,
87
result.json.not_security,
88
result.json.risk_accepted,
89
- result.json.affected,
90
];
91
setData((data) => data.concat(new_data));
92
})
0 commit comments