From b08af9c11e1e5aea2e5235beef3fc8822cf377ca Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 27 Aug 2024 15:16:59 +0100 Subject: [PATCH] simplify --- apps/ios/Shared/Views/ChatList/UserPicker.swift | 1 - 1 file changed, 1 deletion(-) 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() }