1
0
mirror of git://jb55.com/damus synced 2024-09-30 17:00:43 +00:00

minor cleanup from merge

This commit is contained in:
William Casarin 2023-01-10 10:19:46 -08:00
parent 9944a7bf2a
commit 6bcea13d5a

View File

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