diff --git a/src/components/ConversationIcon.vue b/src/components/ConversationIcon.vue index 33217732d2b..c5831c66ae9 100644 --- a/src/components/ConversationIcon.vue +++ b/src/components/ConversationIcon.vue @@ -214,7 +214,6 @@ export default { isOneToOne() { return this.item.type === CONVERSATION.TYPE.ONE_TO_ONE - || this.item.type === CONVERSATION.TYPE.ONE_TO_ONE_FORMER }, conversationType() {