From 86ab07e34af485eae82e6b0de7006c93a0d11a60 Mon Sep 17 00:00:00 2001 From: William Grant Date: Wed, 20 Oct 2021 15:23:29 +1100 Subject: [PATCH] fixed rich content hyperlinks rendering --- components/RichBody.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/RichBody.tsx b/components/RichBody.tsx index bb9fa5d..ca0ab1e 100644 --- a/components/RichBody.tsx +++ b/components/RichBody.tsx @@ -60,6 +60,7 @@ export function RichBody(props: Props): ReactElement { }; return cloneElement(child, newProps); } + return child; }); return (