Skip to content

Commit

Permalink
refactor: delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YulikK committed Jun 12, 2024
1 parent 078eff0 commit fab41f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/ProductOrder/view/ProductOrderView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class ProductOrderView {
private createTdProduct(): HTMLTableCellElement {
const td = createBaseElement({
cssClasses: [styles.td, styles.nameCell, styles.mainText],
// innerContent: this.productItem.name[Number(getCurrentLanguage() === LANGUAGE_CHOICE.RU)].value,
tag: 'td',
});
const href = `${buildPath.productPathWithIDAndQuery(this.productItem.key, { size: [this.productItem.size] })}`;
Expand Down

0 comments on commit fab41f9

Please sign in to comment.