Skip to content

Commit ac5275a

Browse files
committed
chore: remove superfluous accepted
1 parent d7b204b commit ac5275a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/metrics/MetricsStatusCurrent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const MetricsStatusCurrent = (props: MetricsStatusCurrentProps) => {
3939
OBSERVATION_STATUS_NOT_AFFECTED,
4040
OBSERVATION_STATUS_NOT_SECURITY,
4141
OBSERVATION_STATUS_RISK_ACCEPTED,
42-
OBSERVATION_STATUS_AFFECTED,
4342
],
4443
datasets: [
4544
{
@@ -86,7 +85,6 @@ const MetricsStatusCurrent = (props: MetricsStatusCurrentProps) => {
8685
result.json.not_affected,
8786
result.json.not_security,
8887
result.json.risk_accepted,
89-
result.json.affected,
9088
];
9189
setData((data) => data.concat(new_data));
9290
})

0 commit comments

Comments
 (0)