Skip to content

Commit 0b475ff

Browse files
authored
Merge pull request #1343 from woocommerce/issue/1342-order-details-product-sku
Xcode 11 + Dark mode: fix Order Details product SKU label
2 parents 3a69743 + aaa69b3 commit 0b475ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/Cells/ProductDetailsTableViewCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class ProductDetailsTableViewCell: UITableViewCell {
8989
configureProductImageView()
9090
configureNameLabel()
9191
configureQuantityLabel()
92+
configureSKULabel()
9293
configurePriceLabel()
9394
configureSelectionStyle()
9495
}

0 commit comments

Comments
 (0)