Fix hovering default value for avatar component (#3290)

lolsob-rspec
Yamagishi Kazutoshi 2017-05-25 10:08:05 +09:00 committed by Eugen Rochko
parent dc0e45eda2
commit 1a1c5a0271
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 = () => {