Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Aug 23, 2024
1 parent 8b3c685 commit e87899b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions templates/Partial/Product.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
public bool Stockout { get; set; }
public decimal UnitPriceWithTax { get; set; }
public decimal Point { get;set; }
public string Valiation() {
return string.Join("", new[] {NamePart3, NamePart2}.Where(text => !string.IsNullOrEmpty(text)));
}
}

public class TagViewModel{
Expand Down
3 changes: 0 additions & 3 deletions templates/Partial/ProductWithCarousel.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
public bool Stockout { get; set; }
public decimal UnitPriceWithTax { get; set; }
public decimal Point { get;set; }
public string Valiation() {
return string.Join("", new[] {NamePart3, NamePart2}.Where(text => !string.IsNullOrEmpty(text)));
}
}

public class TagViewModel{
Expand Down

0 comments on commit e87899b

Please sign in to comment.