mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-28 13:47:23 +00:00
Fix hovering default value for avatar component (#3290)
This commit is contained in:
committed by
Eugen Rochko
parent
9f69aa3cb1
commit
3572138b16
@@ -19,7 +19,7 @@ class Avatar extends React.PureComponent {
|
||||
};
|
||||
|
||||
state = {
|
||||
hovering: true,
|
||||
hovering: false,
|
||||
};
|
||||
|
||||
handleMouseEnter = () => {
|
||||
|
||||
Reference in New Issue
Block a user