remove unnecessary modifier

This commit is contained in:
spaced4ndy
2024-05-06 18:11:24 +04:00
parent c921339bc2
commit c2443074a4
@@ -54,7 +54,6 @@ struct ContactsView: View {
ContactListNavLink(contact: contact)
.scaleEffect(x: 1, y: oneHandUI ? -1 : 1, anchor: .center)
.padding(.trailing, -16)
.frame(height: 38)
.disabled(chatModel.chatRunning != true || chatModel.deletedChats.contains(contact.id))
}
.offset(x: -8)