Skip to content

Commit 3ed5d15

Browse files
ElenaStoevayngrdyn
andauthored
Update x-pack/platform/plugins/shared/streams_app/public/components/stream_list_view/data_quality_column.tsx
Co-authored-by: Yngrid Coello <[email protected]>
1 parent ef94bb5 commit 3ed5d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/platform/plugins/shared/streams_app/public/components/stream_list_view/data_quality_column.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function DataQualityColumn({
5050
);
5151

5252
const degradedDocCount = degradedDocsResult?.value
53-
? Number(failedDocsResult.value?.values?.[0]?.[0])
53+
? Number(degradedDocsResult.value?.values?.[0]?.[0])
5454
: 0;
5555
const failedDocCount = degradedDocsResult?.value
5656
? Number(failedDocsResult.value.values?.[0]?.[0])

0 commit comments

Comments
 (0)