From 5210c2b2d06135d8c7eb1fedbfd00ee2913c999e Mon Sep 17 00:00:00 2001 From: Ben Elferink Date: Tue, 4 Feb 2025 20:01:49 +0200 Subject: [PATCH] fix: use info status --- src/components/data-card/data-card-fields/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/data-card/data-card-fields/index.tsx b/src/components/data-card/data-card-fields/index.tsx index 1c3117c..24e37b2 100644 --- a/src/components/data-card/data-card-fields/index.tsx +++ b/src/components/data-card/data-card-fields/index.tsx @@ -142,7 +142,7 @@ const renderValue = (type: DataCardFieldsProps['data'][0]['type'], value: DataCa isExtended={!!otherAgent || failedInstrumentation} renderExtended={() => ( - {failedInstrumentation && } + {failedInstrumentation && } {!!otherAgent && (