-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: [bot] Run grit migration: Apply a GritQL pattern #674
Conversation
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #674 +/- ##
==========================================
- Coverage 69.04% 66.93% -2.11%
==========================================
Files 1938 1938
Lines 75852 75833 -19
Branches 8427 8425 -2
==========================================
- Hits 52370 50759 -1611
- Misses 21312 22904 +1592
Partials 2170 2170
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx
Outdated
Show resolved
Hide resolved
height, | ||
}).fitBounds(bounds); | ||
const { latitude, longitude, zoom } = mercator; | ||
const MapBox = (props) => { |
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.
const MapBox = (props) => { | |
const MapBox = props => { |
This pull request was created with these settings:
master
MapBox.jsx
Pattern body
Please feel free to provide feedback on this pull request. Any comments will be incorporated into future migrations.