Fix hovering default value for avatar component (#3290)

th-downstream
Yamagishi Kazutoshi 8 years ago committed by Eugen Rochko
parent dc0e45eda2
commit 1a1c5a0271

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

Loading…
Cancel
Save