Skip to content

Commit

Permalink
Remove unnecessary @ViewBuilders
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol committed Nov 21, 2024
1 parent 0687201 commit 1513894
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ struct AvatarPickerAvatarView: View {
}
}

@ViewBuilder
func ellipsisView() -> some View {
Image("more-horizontal", bundle: Bundle.module).renderingMode(.template)
.tint(.white)
Expand All @@ -77,7 +76,6 @@ struct AvatarPickerAvatarView: View {
.padding(CGFloat.DS.Padding.half)
}

@ViewBuilder
func actionsMenu() -> some View {
Menu {
ForEach(AvatarAction.allCases) { action in
Expand Down

0 comments on commit 1513894

Please sign in to comment.