uranusjr commented on code in PR #37570:
URL: https://github.com/apache/airflow/pull/37570#discussion_r1502109846


##########
airflow/www/static/js/components/Table/Cells.tsx:
##########
@@ -150,6 +150,9 @@ export const TaskInstanceLink = ({ cell: { value, row } }: 
CellProps) => {
   const { sourceRunId, sourceDagId, sourceMapIndex } = row.original;
   const gridUrl = getMetaValue("grid_url");
   const dagId = getMetaValue("dag_id");
+  if (!value || !sourceRunId || !sourceDagId || !gridUrl) {

Review Comment:
   Looks like some sort of rebase (or merge) error somewhere. I’ve reverted the 
change.



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