Skip to content

Commit

Permalink
Merge pull request #31 from vtex-apps/fix/skeleton
Browse files Browse the repository at this point in the history
Fix skeleton
  • Loading branch information
Marcos Kawakami authored Nov 25, 2019
2 parents 659e686 + 8533128 commit f8d201f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Skeleton appearance was delayed.

## [0.14.2] - 2019-11-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion react/ProductListWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface Props {

const ProductListWrapper: StorefrontFunctionComponent<Props> = props => {
return (
<SizeMe>
<SizeMe noPlaceholder={true}>
{({ size }) =>
size.width && size.width < MAX_MOBILE_WIDTH ? (
<ExtensionPoint id="product-list-content-mobile" {...props} />
Expand Down

0 comments on commit f8d201f

Please sign in to comment.