Update ConversationList.tsx

This commit is contained in:
talksik
2022-05-30 12:21:18 -05:00
parent 0454c253bf
commit df675e5b94
@@ -129,7 +129,7 @@ export function ConversationRow({
useKeyPressEvent(`${keyboardShortcut?.toString()}`, handleSelectConversation); useKeyPressEvent(`${keyboardShortcut?.toString()}`, handleSelectConversation);
return ( return (
<ListItem key={`${conversation.id}-priorityConvoList`}> <ListItem>
<ListItemButton <ListItemButton
selected={selectedConversation?.id === conversation.id} selected={selectedConversation?.id === conversation.id}
onClick={handleSelectConversation} onClick={handleSelectConversation}