Update basicRow.tsx

This commit is contained in:
talksik
2022-04-16 12:17:57 -04:00
parent 87335cbdb6
commit 2c9af84e20
@@ -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 (