From ca88c446fbece60411b21745b15ce4c144f2f155 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Fri, 12 Dec 2025 04:30:14 +0300 Subject: [PATCH] delete todo --- yobble/Views/Contacts/ContactEditView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yobble/Views/Contacts/ContactEditView.swift b/yobble/Views/Contacts/ContactEditView.swift index 9ca6c4e..e7d8178 100644 --- a/yobble/Views/Contacts/ContactEditView.swift +++ b/yobble/Views/Contacts/ContactEditView.swift @@ -78,7 +78,7 @@ struct ContactEditView: View { onContactDeleted: (() -> Void)? = nil, onContactUpdated: ((String) -> Void)? = nil ) { - self.contact = contact //TODO + self.contact = contact self.onContactDeleted = onContactDeleted self.onContactUpdated = onContactUpdated self.initialName = contact.preferredName