Update basicRow.tsx
This commit is contained in:
@@ -5,6 +5,10 @@ export default function BasicConversationRow({
|
||||
}: {
|
||||
masterConvo: MasterConversation;
|
||||
}) {
|
||||
// fetch more data for this conversation like all of the members for it
|
||||
// if there is new content for current user
|
||||
// lastActiveDate
|
||||
|
||||
const isSelected = false;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user