-
Notifications
You must be signed in to change notification settings - Fork 73
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
[BD-46] refactor: corrected PropTypes #2960
[BD-46] refactor: corrected PropTypes #2960
Conversation
Thanks for the pull request, @PKulkoRaccoonGang! When this pull request is ready, tag your edX technical lead. |
✅ Deploy Preview for paragon-openedx ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
24fa73d
to
97355d2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2960 +/- ##
=======================================
Coverage 92.99% 93.00%
=======================================
Files 235 236 +1
Lines 4268 4273 +5
Branches 1033 1033
=======================================
+ Hits 3969 3974 +5
Misses 295 295
Partials 4 4 ☔ View full report in Codecov by Sentry. |
@@ -38,7 +38,7 @@ This component is used to power Tooltips and Popovers. | |||
Click me to see | |||
</Button> | |||
</div> | |||
<Overlay target={target.current} show={open} placement="right"> | |||
<Overlay target={target.current} show={isOpen} placement="right"> |
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.
Nice catch :)
97355d2
to
c4d318f
Compare
🎉 This PR is included in version 21.12.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 22.0.0-alpha.24 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Issue: #2737
Merge Checklist
example
app?wittjeff
andadamstankiewicz
as reviewers on this PR.Post-merge Checklist