From a9eff4f0ae64ab0f8e0897e4b6fe396b6a37d6a8 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 7 Jul 2021 05:05:14 -0400 Subject: [PATCH] Fix index issue on friend bubbles --- src/views/room/widgets/avatar-info/AvatarInfoWidgetView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/room/widgets/avatar-info/AvatarInfoWidgetView.tsx b/src/views/room/widgets/avatar-info/AvatarInfoWidgetView.tsx index 34626ff8..1514df9e 100644 --- a/src/views/room/widgets/avatar-info/AvatarInfoWidgetView.tsx +++ b/src/views/room/widgets/avatar-info/AvatarInfoWidgetView.tsx @@ -276,7 +276,7 @@ export const AvatarInfoWidgetView: FC = props => { currentView } { (nameBubbles.length > 0) && nameBubbles.map((name, index) => { - return removeNameBubble(index) } />; + return removeNameBubble(index) } />; }) } { rentableBotChatEvent && }