import React from "react"; import PropTypes from "prop-types"; export const EpisodeThumb = ({ url }) => { if (url === "") { return null; } return (