diff --git a/ArtemisKit/Sources/Messages/Views/MessagesTabView/ConversationRow/ConversationRow.swift b/ArtemisKit/Sources/Messages/Views/MessagesTabView/ConversationRow/ConversationRow.swift index cc29649a..49fba182 100644 --- a/ArtemisKit/Sources/Messages/Views/MessagesTabView/ConversationRow/ConversationRow.swift +++ b/ArtemisKit/Sources/Messages/Views/MessagesTabView/ConversationRow/ConversationRow.swift @@ -48,12 +48,6 @@ struct ConversationRow: View { Image(systemName: "ellipsis") .padding(.m) } - Menu { - contextMenuItems - } label: { - Image(systemName: "ellipsis") - .padding(.m) - } } .opacity((conversation.unreadMessagesCount ?? 0) > 0 ? 1 : 0.7) .contextMenu {