Skip to content

Commit e0e5a50

Browse files
committed
rename
1 parent 0a7c440 commit e0e5a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/POS/Presentation/POSFloatingControlView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct POSFloatingControlView: View {
2727
var body: some View {
2828
HStack {
2929
Menu {
30-
compactOptions()
30+
menuOptions()
3131
} label: {
3232
VStack {
3333
Spacer()
@@ -67,7 +67,7 @@ struct POSFloatingControlView: View {
6767
}
6868

6969
private extension POSFloatingControlView {
70-
@ViewBuilder private func compactOptions() -> some View {
70+
@ViewBuilder private func menuOptions() -> some View {
7171
Button {
7272
analytics.track(.pointOfSaleExitMenuItemTapped)
7373
showExitPOSModal = true

0 commit comments

Comments
 (0)