From a6e9da81b029b43f90939c5a8f6383ce72b0706f Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sun, 21 Jan 2024 13:09:50 +0100 Subject: [PATCH] privated var --- Threaded/Views/AccountView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Threaded/Views/AccountView.swift b/Threaded/Views/AccountView.swift index d1140ec..69ee9a1 100644 --- a/Threaded/Views/AccountView.swift +++ b/Threaded/Views/AccountView.swift @@ -11,8 +11,8 @@ struct AccountView: View { @State var isCurrent: Bool = false @State var account: Account - @State var navigator: Navigator = Navigator() + @State private var navigator: Navigator = Navigator() @State private var canFollow: Bool? = nil @State private var initialFollowing: Bool = false @State private var isFollowing: Bool = false