@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/dist/index.js CHANGED
@@ -681,8 +681,8 @@ var DeckContent = function (_React$Component) {
681
681
  }, _this.renderCardImage = function (row, page) {
682
682
  if (row.thumbnail && row.thumbnail.asset) {
683
683
  return row.thumbnail.asset.url;
684
- } else if (page === 'videos' && row.youtubeURL) {
685
- return 'https://img.youtube.com/vi/' + getYoutubeId(row.youtubeURL) + '/0.jpg';
684
+ /*} else if (page === 'videos' && row.youtubeURL) {
685
+ return `https://img.youtube.com/vi/${getYouTubeId(row.youtubeURL)}/0.jpg`*/
686
686
  } else {
687
687
  return _this.defaultImage;
688
688
  }