Skip to content

Commit

Permalink
Merge remote-tracking branch 'magento-pwa/release/2.0' into bug/issue…
Browse files Browse the repository at this point in the history
…-422-handle-title-meta-for-navigation-on-client-side

* magento-pwa/release/2.0:
  Apply classnames in Section component (#773)
  • Loading branch information
Vasilii committed Jan 23, 2019
2 parents a0a74df + 2278875 commit f406ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/venia-concept/src/components/Checkout/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Section extends Component {
const icon = selectedOption ? <Icon src={CheckIcon} size={16} /> : null;

return (
<button classes={classes.root} {...restProps}>
<button className={classes.root} {...restProps}>
<span className={classes.content}>
<span className={classes.label}>
<span>{label}</span>
Expand Down

0 comments on commit f406ad2

Please sign in to comment.