dstandish commented on code in PR #52672:
URL: https://github.com/apache/airflow/pull/52672#discussion_r2192324183


##########
airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx:
##########
@@ -106,7 +104,6 @@ export const TaskNode = ({
                 <StateBadge fontSize="xs" state={taskInstance.state}>
                   {taskInstance.state}
                 </StateBadge>
-                {taskInstance.try_number > 1 ? <CgRedo /> : undefined}

Review Comment:
   this also is information not on the object. does not seem of great 
consequence though.



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

Reply via email to