From 723bad1a28ef6dc659708a47c58b916cd3447c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreiro?= Date: Thu, 15 Dec 2022 15:53:18 +0000 Subject: [PATCH] minor fix --- src/view/com/util/RichText.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/com/util/RichText.tsx b/src/view/com/util/RichText.tsx index 1f6d9cbcdc..66b0e2536f 100644 --- a/src/view/com/util/RichText.tsx +++ b/src/view/com/util/RichText.tsx @@ -28,9 +28,9 @@ export function RichText({ fontSize: 26, lineHeight: 30, } - return {text} + return {text} } - return {text} + return {text} } if (!style) style = [] else if (!Array.isArray(style)) style = [style] @@ -65,7 +65,7 @@ export function RichText({ key++ } return ( - + {els} )