Skip to content

Commit

Permalink
more descriptive param names
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Oct 15, 2024
1 parent 14cc136 commit 7ee53a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const SubmissionHistory = ({ filterValues }) => {
}

const hasOutdatedSubmissions = () =>
files.some((e, i, a) => fileIsOutdated(e))
files.some((element, index, array) => fileIsOutdated(element))

return (
<>
Expand Down

0 comments on commit 7ee53a6

Please sign in to comment.