Skip to content

Commit

Permalink
Donating brain cell to spell-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
porgabi committed Jul 21, 2023
1 parent c1b2150 commit cda7ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/OrchardCore.Commerce/Views/ProductPart.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.Attributes
.Select((attribute, index) => (Attribute: attribute, Index: index));

// As long as any items can be bought, "Add to cart" button should remain clickable.
// As long as any items can be bought, "Add to cart" button should remain possible to click.
var canBeBought = Model.CanBeBought.Any(keyValuePair => keyValuePair.Value == true);
}

Expand Down

0 comments on commit cda7ca1

Please sign in to comment.