fix eslint issue

This commit is contained in:
Thomas Ruoff
2018-02-03 00:24:53 +01:00
parent d5a88c6843
commit 3e9ece50fd

View File

@@ -16,7 +16,7 @@ export default props => {
if (props.pdfError) { if (props.pdfError) {
return ( return (
<div style={errorStyles}>😢 {props.pdfError}</div> <div style={errorStyles}><span role="img" aria-label="Crying Man">😢</span> {props.pdfError}</div>
); );
} }