From 49b15e767443cdf234fe7bab6adba9717b8a5b3a Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 30 Oct 2025 00:26:46 +0800 Subject: [PATCH] :bug: Fix compile issue on watchOS --- ios/WatchRunner Watch App/Views/AccountView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)")