profile: remove redundant view builder

This commit is contained in:
William Casarin
2023-08-21 10:21:40 -07:00
parent 9bfb59c4cc
commit 6ab893a617

View File

@@ -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)