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


##########
airflow-core/src/airflow/ui/src/components/TaskInstanceTooltip.tsx:
##########
@@ -50,21 +50,23 @@ const TaskInstanceTooltip = ({ children, positioning, 
taskInstance, ...rest }: P
               {translate("runId")}: {taskInstance.dag_run_id}
             </Text>

Review Comment:
   this is basically the other spot where i needed to do some simplification.  
if the info is there i add it to the tooltip. if not, i don't.  there was 
already some conditional logic like this apparently.



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