diff --git a/ios/WatchRunner Watch App/Views/AccountView.swift b/ios/WatchRunner Watch App/Views/AccountView.swift index f078b688..3c104eea 100644 --- a/ios/WatchRunner Watch App/Views/AccountView.swift +++ b/ios/WatchRunner Watch App/Views/AccountView.swift @@ -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)")