commit 6ab893a617acc9c75cb0dae4d2d530f7b0118a42
parent 9bfb59c4cc39f6acc1a4a8b4041c91fa3eef2ff3
Author: William Casarin <jb55@jb55.com>
Date: Mon, 21 Aug 2023 10:21:40 -0700
profile: remove redundant view builder
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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)