privated var

This commit is contained in:
Lumaa 2024-01-21 13:09:50 +01:00
parent bd0c5475cd
commit a6e9da81b0
1 changed files with 1 additions and 1 deletions

View File

@ -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