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 = ( - + /*, }} - /> + />*/ ); }