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);
return (
<ListItem key={`${conversation.id}-priorityConvoList`}>
<ListItem>
<ListItemButton
selected={selectedConversation?.id === conversation.id}
onClick={handleSelectConversation}