{linkify(type, typeLinkMap)}
{linkify(description, typeLinkMap)} @@ -210,10 +210,7 @@ const Row: FC<{ return (
= ({ type, typeLinkMap }) => {
return (
-
- {linkify(type, typeLinkMap)}
-
+ {linkify(type, typeLinkMap)}
);
};
@@ -283,11 +278,9 @@ const FieldsTable: FC<{
{linkify(description, typeLinkMap)}