mirror of
https://github.com/yattee/yattee.git
synced 2026-01-19 10:12:34 +00:00
Remove unused code, minor style changes
This commit is contained in:
@@ -4,7 +4,6 @@ struct CommentsView: View {
|
||||
@State private var repliesID: Comment.ID?
|
||||
|
||||
@EnvironmentObject<CommentsModel> private var comments
|
||||
@EnvironmentObject<PlayerModel> private var player
|
||||
|
||||
var body: some View {
|
||||
Group {
|
||||
|
||||
Reference in New Issue
Block a user