From 783ad363c9be3a048751a28bdd4191cb16a8e8e8 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 8 Aug 2021 18:40:25 +0100 Subject: [PATCH] Temporarily remove TextReact. --- .../common/messaging/bars/TypingIndicator.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/common/messaging/bars/TypingIndicator.tsx b/src/components/common/messaging/bars/TypingIndicator.tsx index 18ddcf1c..0e8cc3ff 100644 --- a/src/components/common/messaging/bars/TypingIndicator.tsx +++ b/src/components/common/messaging/bars/TypingIndicator.tsx @@ -70,29 +70,31 @@ export default observer(({ channel }: Props) => { const userlist = [...users].map((x) => ( )); - const user = userlist.pop(); + //const user = userlist.pop(); for (let i = 0; i < userlist.length - 1; i++) { userlist.splice(i * 2 + 1, 0, , ); } text = ( - + />*/ ); } else { text = ( - + /*, }} - /> + />*/ ); }