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