+ { activeTab === TAB_MENTIONS ? (
+
+ { (mentions.length === 0)
+ ? { LocalizeText('mentions.window.empty') }
+ : mentions.map(mention => (
+
+ )) }
+
+ ) : (
+ <>
setSearchText(event.target.value)} />
{filteredChatHistory.map((row, index) => (
@@ -119,6 +144,8 @@ export const ChatHistoryView: FC<{}> = props =>
))}
+ >
+ ) }