@mjhls/mjh-framework 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.40
1
+ # mjh-framework v. 1.0.42
2
2
 
3
3
  > Foundation Framework
4
4
 
package/dist/index.es.js CHANGED
@@ -674,8 +674,8 @@ var DeckContent = function (_React$Component) {
674
674
  }, _this.renderCardImage = function (row, page) {
675
675
  if (row.thumbnail && row.thumbnail.asset) {
676
676
  return row.thumbnail.asset.url;
677
- } else if (page === 'videos' && row.youtubeURL) {
678
- return 'https://img.youtube.com/vi/' + getYoutubeId(row.youtubeURL) + '/0.jpg';
677
+ /*} else if (page === 'videos' && row.youtubeURL) {
678
+ return `https://img.youtube.com/vi/${getYouTubeId(row.youtubeURL)}/0.jpg`*/
679
679
  } else {
680
680
  return _this.defaultImage;
681
681
  }