mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
fix eslint issue
This commit is contained in:
@@ -16,7 +16,7 @@ export default props => {
|
||||
|
||||
if (props.pdfError) {
|
||||
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