Skip to content

Commit 472f9c2

Browse files
committed
Fix Linter Error
1 parent 277b853 commit 472f9c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

XMTPiOSExample/XMTPiOSExample/Views/ConversationListView.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,10 @@ struct ConversationListView: View {
152152
print("Error saving \(conversation.topic): \(error)")
153153
}
154154
case .group:
155-
// TODO: handle
155+
// Handle this in the future
156156
return
157157
}
158158
}
159-
160-
161159
}
162160
}
163161

0 commit comments

Comments
 (0)