From 6ab893a617acc9c75cb0dae4d2d530f7b0118a42 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 21 Aug 2023 10:21:40 -0700 Subject: [PATCH] profile: remove redundant view builder --- damus/Views/Profile/ProfileView.swift | 1 - 1 file changed, 1 deletion(-) 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)