From 39acb7917d326abd7b12419ec8919437b89fc95f Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Thu, 1 Apr 2021 16:08:40 -0400 Subject: [PATCH] closer to original implementation --- src/plugins/data/common/field_formats/converters/source.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/data/common/field_formats/converters/source.tsx b/src/plugins/data/common/field_formats/converters/source.tsx index 9be1dcd7df6cd..d6176b321f3f3 100644 --- a/src/plugins/data/common/field_formats/converters/source.tsx +++ b/src/plugins/data/common/field_formats/converters/source.tsx @@ -27,7 +27,7 @@ const TemplateComponent = ({ defPairs }: Props) => { dangerouslySetInnerHTML={{ __html: `${escape(pair[0])}:` }} // eslint-disable-line react/no-danger />
{' '} ))}