mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
fix eslint issue
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user