Closed phixMe closed 1 month ago
Name | Link |
---|---|
Latest commit | af700a2ad86a12dfa70d2e75a35f8517786de787 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/6712cf2040cdac0008080faa |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.12%. Comparing base (
7cf1f6a
) to head (af700a2
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
This pull request includes a small but important change to the
JobRunItem
component in theweb/src/routes/dashboard/JobRunItem.tsx
file. The change corrects the logic used to calculate the length of the array for displaying the last 10 job runs.web/src/routes/dashboard/JobRunItem.tsx
: Fixed the calculation of the array length for displaying the last 10 job runs by adding parentheses around thejob.latestRuns?.length
expression.Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)