bbovenzi commented on code in PR #25258:
URL: https://github.com/apache/airflow/pull/25258#discussion_r928665094


##########
airflow/www/static/js/dag/details/dagRun/index.tsx:
##########
@@ -23,7 +23,7 @@ import {
   Box,
   Button,
   Link,
-  Divider,
+  Divider, Table, Tbody, Tr, Td, Heading,

Review Comment:
   I don't know how the linting didn't catch this but usually we keep all the 
imports on separate lines.
   
   ```suggestion
     Divider,
     Table,
     Tbody,
     Tr,
     Td,
     Heading,
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

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

Reply via email to