0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-19 19:18:20 +00:00

Fix hovering default value for avatar component ()

This commit is contained in:
Yamagishi Kazutoshi 2017-05-25 10:08:05 +09:00 committed by Eugen Rochko
parent 9f69aa3cb1
commit 3572138b16

View file

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