profile: remove redundant view builder
This commit is contained in:
@@ -144,7 +144,6 @@ struct ProfileView: View {
|
|||||||
return 100.0 - (Theme.safeAreaInsets?.top ?? 0)
|
return 100.0 - (Theme.safeAreaInsets?.top ?? 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ViewBuilder
|
|
||||||
func navImage(img: String) -> some View {
|
func navImage(img: String) -> some View {
|
||||||
Image(img)
|
Image(img)
|
||||||
.frame(width: 33, height: 33)
|
.frame(width: 33, height: 33)
|
||||||
|
|||||||
Reference in New Issue
Block a user