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 cc5387f commit 6bf2b6cCopy full SHA for 6bf2b6c
WooCommerce/Classes/ViewRelated/Products/View Models/ProductsTabProductViewModel.swift
@@ -51,7 +51,6 @@ struct ProductsTabProductViewModel {
51
var name = name
52
if let variationID = productVariation?.productVariationID {
53
// Add product variation ID with name
54
-
55
name = "\(Localization.variationID(variationID: "\(variationID)"))\n\(name)"
56
}
57
return name
0 commit comments