Commit 868140ae authored by Phil Hughes's avatar Phil Hughes

Merge branch '293039-fix-diff-file-end-perf-mark' into 'master'

Use diff metadata to find out when to send diff-files-end performance mark

See merge request gitlab-org/gitlab!54424
parents 5029535f 6de9fc1d
......@@ -522,7 +522,7 @@ export default {
:file="file"
:reviewed="fileReviews[index]"
:is-first-file="index === 0"
:is-last-file="index === diffs.length - 1"
:is-last-file="index === diffFilesLength - 1"
:help-page-path="helpPagePath"
:can-current-user-fork="canCurrentUserFork"
:view-diffs-file-by-file="viewDiffsFileByFile"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment