@vendure/admin-ui 3.3.6-master-202507110238 → 3.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1923,7 +1923,6 @@ class OrderHistoryComponent {
1923
1923
  for (const line of this.order.lines) {
1924
1924
  const cancellationLine = cancellationLines.find(l => l.orderLineId === line.id);
1925
1925
  if (cancellationLine) {
1926
- const count = itemMap.get(line.productVariant.name);
1927
1926
  itemMap.set(line.productVariant.name, cancellationLine.quantity);
1928
1927
  }
1929
1928
  }