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}
)