rusackas commented on code in PR #22150:
URL: https://github.com/apache/superset/pull/22150#discussion_r1063105231
##########
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:
##########
@@ -37,11 +37,13 @@ function setTooltipContent(formData) {
return o => (
<div className="deckgl-tooltip">
<TooltipRow
- label={t('Start (Longitude, Latitude): ')}
+ // eslint-disable-next-line prefer-template
+ label={t('Start (Longitude, Latitude)' + ': ')}
Review Comment:
I guess this _could_ be a template string, but I don't particularly mind
this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]