Open VZhyrytskiy opened 5 years ago
Немного странно выглядит этот блок
if (product.id != null) { this.product = product; } else if (product.id === null && this.product === undefined) { this.product = product; } else { this.product; }
Немного странно выглядит этот блок