diff --git a/damus/Views/Profile/ProfileView.swift b/damus/Views/Profile/ProfileView.swift index 2695e10c..9860e663 100644 --- a/damus/Views/Profile/ProfileView.swift +++ b/damus/Views/Profile/ProfileView.swift @@ -144,7 +144,6 @@ struct ProfileView: View { return 100.0 - (Theme.safeAreaInsets?.top ?? 0) } - @ViewBuilder func navImage(img: String) -> some View { Image(img) .frame(width: 33, height: 33)