Skip to content

Commit

Permalink
Merge pull request #1301 from sacr3dc0w/blog_post
Browse files Browse the repository at this point in the history
Fix blog_post import statement in app.js
  • Loading branch information
Ubersmake authored Jul 31, 2018
2 parents da39f47 + 8355122 commit b0231fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Display product reviews in tabbed content region of product page. [#1302](https://github.com/bigcommerce/cornerstone/pull/1302)
- Show bulk discounts only if enabled through store settings. [#1310](https://github.com/bigcommerce/cornerstone/pull/1310)
- Style active section in search results. [#1316](https://github.com/bigcommerce/cornerstone/pull/1316)
- Fix blog_post import statement in app.js [#1301](https://github.com/bigcommerce/cornerstone/pull/1301)

## 2.2.1 (2018-07-10)
- Fix wishlist dropdown background color bleeding out of container [#1283](https://github.com/bigcommerce/cornerstone/pull/1283)
Expand Down
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const pageClasses = {
getnewpassword: getLogin,
forgotpassword: getLogin,
blog: () => import('./theme/blog'),
blog_post: () => import('./theme/blog'),
blog_post: () => import('./theme/blog-post'),
brand: () => import('./theme/brand'),
brands: () => import('./theme/brands'),
cart: () => import('./theme/cart'),
Expand Down

0 comments on commit b0231fe

Please sign in to comment.