Skip to content

Commit e4c8a31

Browse files
committed
Add edit icon for destination address
1 parent aa9f683 commit e4c8a31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShippingCreateLabelsView.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ private extension WooShippingCreateLabelsView {
223223
addressVerificationLabel
224224
}
225225
.frame(maxWidth: .infinity, alignment: .leading)
226+
PencilEditButton {
227+
// TODO: Open destination address editing flow.
228+
}
229+
.buttonStyle(TextButtonStyle())
226230
}
227231
.padding(Layout.bottomSheetPadding)
228232
}

0 commit comments

Comments
 (0)