diff --git a/client/src/components/podcast/List.js b/client/src/components/podcast/List.js index ecc05c8a..212432f2 100644 --- a/client/src/components/podcast/List.js +++ b/client/src/components/podcast/List.js @@ -13,12 +13,12 @@ import { PODCAST } from '../../assets/placeholder/podcast'; // Images import podcastCover from '../../assets/images/podcast_cover.png'; -const PodcastList = () => { +const PodcastList = ({ spotify }) => { const Podcast = PODCAST; const classes = useStyles(); return ( -
+ {/*
@@ -57,11 +57,11 @@ const PodcastList = () => {
-
+
*/}