Skip to content

Commit

Permalink
Merge pull request #19 from gladeye/release/1.325.0
Browse files Browse the repository at this point in the history
Release/1.325.0
  • Loading branch information
kate-gladeye authored Nov 24, 2024
2 parents 5bf42fd + 417f610 commit a9e244e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/checkout",
"version": "1.324.0",
"version": "1.325.0",
"private": true,
"description": "Browser-based application providing a seamless UI for BigCommerce shoppers to complete their checkout.",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/app/checkout/CheckoutStepHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const CheckoutStepHeader: FunctionComponent<CheckoutStepHeaderProps> = ({
'is-readonly': !isEditable,
'is-clickable': isEditable && !isActive,
'is-active': isActive,
'is-complete': isComplete,
})}
onClick={preventDefault(isEditable && onEdit ? () => onEdit(type) : noop)}
>
Expand Down

0 comments on commit a9e244e

Please sign in to comment.