Fix hovering default value for avatar component (#3290)

pull/3291/head
Yamagishi Kazutoshi 8 years ago committed by Eugen Rochko
parent 9f69aa3cb1
commit 3572138b16

@ -19,7 +19,7 @@ class Avatar extends React.PureComponent {
};
state = {
hovering: true,
hovering: false,
};
handleMouseEnter = () => {

Loading…
Cancel
Save