@@ -61,8 +61,8 @@ function ChatConversationListComponent({
|
||||
|
||||
const getCardStyle = () =>
|
||||
item.id === selectedConversation
|
||||
? { backgroundColor: 'rgba(128, 128, 128, 0.2)' }
|
||||
: { backgroundColor: index % 2 === 0 ? '#f0f2f5' : '#ffffff' };
|
||||
? {backgroundColor: 'rgba(128, 128, 128, 0.2)'}
|
||||
: {backgroundColor: index % 2 === 0 ? '#f0f2f5' : '#ffffff'};
|
||||
|
||||
return (
|
||||
<CellMeasurer
|
||||
|
||||
Reference in New Issue
Block a user