Skip to content

Commit

Permalink
Update src/components/Hoverable/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rushat Gabhane <rushatgabhane@gmail.com>
  • Loading branch information
getusha and rushatgabhane authored Nov 11, 2022
1 parent e9d3b87 commit 4ac7908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hoverable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Hoverable extends Component {
if (!this.state.isHovered) {
return;
}
if (this.props.resetsOnClickOutside){
if (this.props.resetsOnClickOutside) {
this.setIsHovered(false);
return;
}
Expand Down

0 comments on commit 4ac7908

Please sign in to comment.