Fix hovering default value for avatar component (#3290)

master
Yamagishi Kazutoshi 8 years ago committed by Eugen Rochko
parent 9f69aa3cb1
commit 3572138b16
  1. 2
      app/javascript/mastodon/components/avatar.js

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

Loading…
Cancel
Save