Skip to content

Commit 6bf2b6c

Browse files
committed
Creating name label method changed to view model
1 parent cc5387f commit 6bf2b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/View Models/ProductsTabProductViewModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ struct ProductsTabProductViewModel {
5151
var name = name
5252
if let variationID = productVariation?.productVariationID {
5353
// Add product variation ID with name
54-
5554
name = "\(Localization.variationID(variationID: "\(variationID)"))\n\(name)"
5655
}
5756
return name

0 commit comments

Comments
 (0)