mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 08:48:06 +01:00
Fix hovering default value for avatar component (#3290)
This commit is contained in:
parent
9f69aa3cb1
commit
3572138b16
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Avatar extends React.PureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
state = {
|
state = {
|
||||||
hovering: true,
|
hovering: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
handleMouseEnter = () => {
|
handleMouseEnter = () => {
|
||||||
|
|
Loading…
Reference in a new issue