Skip to content

Commit

Permalink
fix ssp case aggregates display
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Oct 4, 2023
1 parent be3db45 commit 1e20abb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SubmissionHistoryRow = ({ file }) => {
}
}

const section_index = (element) => element == file.section
const section_index = (element) => file.section.includes(element)

const section = fileUploadSections.findIndex(section_index) + 1

Expand Down

0 comments on commit 1e20abb

Please sign in to comment.