From 68d6fb5a83079cd20e468c011aebb04a43e501b1 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Wed, 24 Aug 2022 07:14:41 -0700 Subject: [PATCH] Fixed label issue Former-commit-id: 9e0a6512ebdfe62841fd8c0cc594c6e9638d009e --- ui/src/app/metadata/component/properties/PropertyValue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/metadata/component/properties/PropertyValue.js b/ui/src/app/metadata/component/properties/PropertyValue.js index 8e5beb226..ef2e89e59 100644 --- a/ui/src/app/metadata/component/properties/PropertyValue.js +++ b/ui/src/app/metadata/component/properties/PropertyValue.js @@ -14,7 +14,7 @@ export function PropertyValue ({ name, value, columns, className }) { { name && value !== null && value !== undefined ? - {value.toString()} + {value.toString()} )}>