commit 6bcea13d5a81864711d996b38934b52014635e2c parent 9944a7bf2a069406158991d59033b3901aab6d68 Author: William Casarin <jb55@jb55.com> Date: Tue, 10 Jan 2023 10:19:46 -0800 minor cleanup from merge Diffstat:
M | damus/ContentView.swift | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -226,8 +226,6 @@ struct ContentView: View { MainContent(damus: damus) .toolbar() { ToolbarItem(placement: .navigationBarLeading) { - let profile_model = ProfileModel(pubkey: damus_state!.pubkey, damus: damus_state!) - let followers_model = FollowersModel(damus_state: damus_state!, target: damus_state!.pubkey) Button { isSideBarOpened.toggle() } label: {