fixing quering and updating logic
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
|
||||
import Conversation from '@nirvana/core/src/models/conversation.model';
|
||||
|
||||
/**
|
||||
* if there is a name in the conversation, then return that
|
||||
* if not, then return first three names
|
||||
*/
|
||||
export default function ConversationLabel({ conversation }: { conversation: Conversation }) {
|
||||
// if (conversation.memberIdsList?.length === 2) {
|
||||
|
||||
// }
|
||||
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user