You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/04 16:25:06 UTC

[GitHub] [superset] michael-s-molina commented on a diff in pull request #19463: chore: Remove TimeTable.less

michael-s-molina commented on code in PR #19463:
URL: https://github.com/apache/superset/pull/19463#discussion_r841928356


##########
superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:
##########
@@ -325,7 +325,11 @@ const TimeTable = ({
       : [];
 
   return (
-    <TimeTableStyles className={`time-table ${className}`} height={height}>
+    <TimeTableStyles
+      data-test="time-table"
+      className={`${className}`}

Review Comment:
   ```suggestion
         className={className}
   ```



-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org