You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/04/21 17:22:00 UTC

[GitHub] [druid] vogievetsky commented on a change in pull request #11142: Web console: Switch to ESLint

vogievetsky commented on a change in pull request #11142:
URL: https://github.com/apache/druid/pull/11142#discussion_r617740304



##########
File path: web-console/src/views/services-view/services-view.tsx
##########
@@ -438,14 +437,15 @@ ORDER BY "rank" DESC, "service" DESC`;
             },
             Aggregated: row => {
               switch (row.row._pivotVal) {
-                case 'historical':
+                case 'historical': {

Review comment:
       Been working with ECMAScript languages since 2008 and did not know that you can have blocks in `switch` statements.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org