diff --git a/framegear/components/ValidationResults/ValidationResults.tsx b/framegear/components/ValidationResults/ValidationResults.tsx index 3355e493f1..0a09668040 100644 --- a/framegear/components/ValidationResults/ValidationResults.tsx +++ b/framegear/components/ValidationResults/ValidationResults.tsx @@ -82,7 +82,7 @@ function ValidationEntry({ name, value, error }: ValidationEntryProps) { {name} {error ? '🔴' : '🟢'} -
{value || 'Not set'}
+
{value || 'Not set'}
{!!error &&
{error}
} );