Skip to content

Commit

Permalink
fix: Expose htmlFor prop for ShippingMethodName component
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Dec 6, 2021
1 parent d6c82d0 commit 95ffd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ShippingMethodName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const ShippingMethodName: FunctionComponent<LineItemNameProps> = (props) => {
shippingMethod,
deliveryLeadTimeForShipment,
label: labelName,
htmlFor,
...props,
}
return props.children ? (
Expand Down

0 comments on commit 95ffd2a

Please sign in to comment.