Skip to content

Commit

Permalink
Revert unintended change from previous update to matrix display
Browse files Browse the repository at this point in the history
Revert change in the TaskTree component to ensure we pass the original
TaskRun content to the Task component so it can determine whether or
not to display the retries menu.
  • Loading branch information
AlanGreene authored and tekton-robot committed Jan 18, 2024
1 parent 859abd9 commit 0a830e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/TaskTree/TaskTree.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const TaskTree = ({
selectedStepId={selectedStepId}
steps={steps}
succeeded={status}
taskRun={taskRunToUse}
taskRun={taskRun}
/>
);
})}
Expand Down

0 comments on commit 0a830e9

Please sign in to comment.