mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix default alignment swiftlint offense
This commit is contained in:
@@ -103,7 +103,7 @@ struct NowPlayingView: View {
|
||||
} else if comments.loaded && comments.all.isEmpty {
|
||||
NoCommentsView(text: "No comments".localized(), systemImage: "0.circle.fill")
|
||||
} else if !comments.loaded {
|
||||
VStack(alignment: .center) {
|
||||
VStack {
|
||||
PlaceholderProgressView()
|
||||
.onAppear {
|
||||
comments.loadIfNeeded()
|
||||
|
Reference in New Issue
Block a user