import React from 'react'
export default (props) => {
if (props.pdfIsLoading) {
return
Lade…
}
const errorStyles = {
padding: '6px 12px',
color: 'white',
backgroundColor: '#d81e1e',
borderRadius: '3px',
}
if (props.pdfError) {
return (
😢
{' '}
{props.pdfError}
)
}
if (!props.pdfUrl) {
return Knopf drücken dann gibts hier was zu sehen!
}
const styles = {
width: '700px',
height: '1050px',
}
return
}