We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7c440 commit e0e5a50Copy full SHA for e0e5a50
WooCommerce/Classes/POS/Presentation/POSFloatingControlView.swift
@@ -27,7 +27,7 @@ struct POSFloatingControlView: View {
27
var body: some View {
28
HStack {
29
Menu {
30
- compactOptions()
+ menuOptions()
31
} label: {
32
VStack {
33
Spacer()
@@ -67,7 +67,7 @@ struct POSFloatingControlView: View {
67
}
68
69
private extension POSFloatingControlView {
70
- @ViewBuilder private func compactOptions() -> some View {
+ @ViewBuilder private func menuOptions() -> some View {
71
Button {
72
analytics.track(.pointOfSaleExitMenuItemTapped)
73
showExitPOSModal = true
0 commit comments