diff --git a/XMTPiOSExample/XMTPiOSExample/Views/ConversationListView.swift b/XMTPiOSExample/XMTPiOSExample/Views/ConversationListView.swift index 2e73f24a..abd9ee2c 100644 --- a/XMTPiOSExample/XMTPiOSExample/Views/ConversationListView.swift +++ b/XMTPiOSExample/XMTPiOSExample/Views/ConversationListView.swift @@ -152,12 +152,10 @@ struct ConversationListView: View { print("Error saving \(conversation.topic): \(error)") } case .group: - // TODO: handle + // Handle this in the future return } } - - } }