Skip to content

Commit

Permalink
Fix Linter Error
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 23, 2024
1 parent 277b853 commit 472f9c2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,10 @@ struct ConversationListView: View {
print("Error saving \(conversation.topic): \(error)")
}
case .group:
// TODO: handle
// Handle this in the future
return
}
}


}
}

Expand Down

0 comments on commit 472f9c2

Please sign in to comment.