From 723bad1a28ef6dc659708a47c58b916cd3447c2b Mon Sep 17 00:00:00 2001 From: João Ferreiro Date: Thu, 15 Dec 2022 15:53:18 +0000 Subject: minor fix --- src/view/com/util/RichText.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/view/com/util/RichText.tsx b/src/view/com/util/RichText.tsx index 1f6d9cbcd..66b0e2536 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} ) -- cgit 1.4.1