🐛 Fix compile issue on watchOS

This commit is contained in:
2025-10-30 00:26:46 +08:00
parent e2369c40db
commit 49b15e7674

View File

@@ -93,7 +93,7 @@ struct AccountView: View {
}
// Username and Handle
VStack(alignment: .leading, content: <#T##() -> View#>, spacing: 4) {
VStack(alignment: .leading, spacing: 4) {
Text(user.nick)
.font(.headline)
Text("@\(user.name)")