Saadmadni84 commented on code in PR #60105:
URL: https://github.com/apache/airflow/pull/60105#discussion_r2666522513


##########
airflow-core/src/airflow/ui/src/pages/DagsList/DagCard.tsx:
##########
@@ -104,14 +108,13 @@ export const DagCard = ({ dag }: Props) => {
             </Link>
           ) : undefined}
         </Stat>
-        <Stat data-testid="next-run" label={translate("dagDetails.nextRun")}>
-          {Boolean(dag.next_dagrun_run_after) ? (
-            <DagRunInfo

Review Comment:
   Thanks for the review!
   I’ve restored the next DAG run info and fixed the ESLint issue by guarding 
against undefined task instance data.
   Please let me know if anything else needs adjustment.
   
   
   



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