KyleAMathews / react-gravatar

React component for rendering a gravatar profile image
http://kyleamathews.github.io/react-gravatar/
MIT License
279 stars 33 forks source link

Only show email in alt attr if it was supplied #149

Closed kennedyrose closed 4 years ago

kennedyrose commented 6 years ago

Prevents alt tag from reading "Gravatar for undefined" if MD5 prop was supplied instead of email.

Also fixes https://github.com/KyleAMathews/react-gravatar/issues/144