diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index 6061e2aac2..1336eedb20 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -212,7 +212,6 @@ struct UserPicker: View { .frame(maxWidth: 20, maxHeight: 20) if let txt = title { Text(txt) - .overlay(DetermineWidth()) } Spacer() }