Fix hovering default value for avatar component (#3290)

This commit is contained in:
Yamagishi Kazutoshi 2017-05-25 10:08:05 +09:00 committed by Eugen Rochko
parent 9f69aa3cb1
commit 3572138b16
1 changed files with 1 additions and 1 deletions

View File

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