Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Aug 22, 2024
1 parent 912bae5 commit 1862db2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ struct ConversationRow<T: BaseConversation>: View {
Image(systemName: "ellipsis")
.padding(.m)
}
Menu {
contextMenuItems
} label: {
Image(systemName: "ellipsis")
.padding(.m)
}
}
.opacity((conversation.unreadMessagesCount ?? 0) > 0 ? 1 : 0.7)
.contextMenu {
Expand Down

0 comments on commit 1862db2

Please sign in to comment.