diff --git a/airflow/www/static/js/utils/index.ts b/airflow/www/static/js/utils/index.ts index 87428ce8363d..8bef31a8582a 100644 --- a/airflow/www/static/js/utils/index.ts +++ b/airflow/www/static/js/utils/index.ts @@ -170,7 +170,7 @@ interface RunLabelProps { const getDagRunLabel = ({ dagRun, ordering = ["executionDate"], -}: RunLabelProps) => dagRun[ordering[0]] ?? dagRun[ordering[1]]; +}: RunLabelProps) => dagRun[ordering[0]]; const getStatusBackgroundColor = (color: string, hasNote: boolean) => hasNote