-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Projects search section fix #1080
base: master
Are you sure you want to change the base?
Conversation
.pre-commit-config.yaml
Outdated
@@ -1,5 +1,5 @@ | |||
default_language_version: | |||
python: python3.8 | |||
python: python3.11.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No not needed. I can remove and recommit.
@@ -42,7 +42,7 @@ class ProfileProjectSearch extends React.PureComponent<Props, State> { | |||
staticHeaderText="Participating Projects" | |||
fullWidth={true} | |||
selectableCards={false} | |||
handleEmptyProject={this.handleEmptyProject.bind(this)} | |||
// handleEmptyProject={this.handleEmptyProject.bind(this)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete if we no longer need (along with the referenced function if that function is no longer used anywere)
@marlonkeating As requested, I have made the necessary changes. Do let me know if anything else is needed. |
Fix for #1011