🐛 Fix compile issue on watchOS
This commit is contained in:
		| @@ -93,7 +93,7 @@ struct AccountView: View { | |||||||
|                         } |                         } | ||||||
|                          |                          | ||||||
|                         // Username and Handle |                         // Username and Handle | ||||||
|                         VStack(alignment: .leading, content: <#T##() -> View#>, spacing: 4) { |                         VStack(alignment: .leading, spacing: 4) { | ||||||
|                             Text(user.nick) |                             Text(user.nick) | ||||||
|                                 .font(.headline) |                                 .font(.headline) | ||||||
|                             Text("@\(user.name)") |                             Text("@\(user.name)") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user