mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Code style changes
This commit is contained in:
@@ -204,7 +204,7 @@ struct CommentView: View {
|
||||
Group {
|
||||
let last = comments.replies.last
|
||||
ForEach(comments.replies) { comment in
|
||||
CommentView(comment: comment, repliesID: $repliesID)
|
||||
Self(comment: comment, repliesID: $repliesID)
|
||||
#if os(tvOS)
|
||||
.focusable()
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user