import { Component, h } from 'preact'; export default props => { if (!props.pdfUrl) { return ''; } return ( ); };