-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Fix] jsx-no-leaked-render
: removing parentheses for conditionals
#3502
[Fix] jsx-no-leaked-render
: removing parentheses for conditionals
#3502
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3502 +/- ##
=======================================
Coverage 97.57% 97.57%
=======================================
Files 130 130
Lines 9211 9213 +2
Branches 3341 3342 +1
=======================================
+ Hits 8988 8990 +2
Misses 223 223
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Assuming the test fails prior to your fix, and passes afterwards, this looks great, thanks!
7fcbd9f
to
8b51eef
Compare
Fixes #3498