RNHTTR commented on code in PR #36797:
URL: https://github.com/apache/airflow/pull/36797#discussion_r1498365115


##########
airflow/www/static/js/dag/details/taskInstance/MappedInstances.tsx:
##########
@@ -68,7 +68,7 @@ const MappedInstances = ({ dagId, runId, taskId, onRowClicked 
}: Props) => {
   const data = useMemo(
     () =>
       taskInstances.map((mi) => ({
-        ...mi,
+        mapIndex: mi.renderedMapIndex === null ? mi.mapIndex : 
mi.renderedMapIndex,

Review Comment:
   I still need to figure out how to use the integer `mapIndex` and not the 
`renderedMapIndex` when clicking on the "Logs" button from the grid view too



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