Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed problem, that github icon was not shown for gh installed adapters #2120

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

foxriver76
Copy link
Collaborator

<div className={Utils.clsx(this.props.classes.collapse, !this.state.openCollapse ? this.props.classes.collapseOff : '')}>
<CardContent className={this.props.classes.cardContent}>
<div className={this.props.classes.cardContentDiv}>
<div className={this.props.classes.close} onClick={() => this.setState({ openCollapse: !this.state.openCollapse })} />

Check warning

Code scanning / CodeQL

Potentially inconsistent state update Warning

Component state update uses
potentially inconsistent value
.
<Fab
onMouseOut={() => this.setState({ focused:false })}
onMouseOver={() => this.setState({ focused:true })}
onClick={() => this.setState({ openCollapse: !this.state.openCollapse })}

Check warning

Code scanning / CodeQL

Potentially inconsistent state update Warning

Component state update uses
potentially inconsistent value
.
@foxriver76 foxriver76 merged commit 7e6810c into master Sep 21, 2023
3 checks passed
@foxriver76 foxriver76 deleted the issue-1566 branch September 21, 2023 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Icon for github installation will not be visible after page reload
1 participant