fix: use folder project title in web rows
This commit is contained in:
@@ -358,7 +358,7 @@ export function getConversationListItemPresentation(conversation: ConversationIt
|
||||
isFolderArchive && conversation.folderKey
|
||||
? `/conversations/folders/${encodeURIComponent(conversation.folderKey)}`
|
||||
: `/conversations/${conversation.projectId}`,
|
||||
title: isFolderArchive ? conversation.threadTitle : conversation.projectTitle,
|
||||
title: conversation.projectTitle,
|
||||
subtitle: isFolderArchive ? conversation.folderLabel : conversation.deviceNamesPreview.join(" / "),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user