From 472f9c21984f98203c4577a75f459e5554d4d5f7 Mon Sep 17 00:00:00 2001 From: Ethan Mateja Date: Fri, 23 Feb 2024 09:24:07 -0800 Subject: [PATCH] Fix Linter Error --- .../XMTPiOSExample/Views/ConversationListView.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 } } - - } }