Skip to content

Commit

Permalink
Allow clicking event header to open psych sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-matthews committed Jan 10, 2025
1 parent 1b57cfa commit 645f9f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export default function RegistrationList({ competitionInfo }) {
{competitionInfo.event_ids.map((id) => (
<Table.HeaderCell
key={`registration-table-header-${id}`}
onClick={() => setPsychSheetEvent(id)} // 3
>
<EventIcon id={id} size="1em" className="selected" />
</Table.HeaderCell>
Expand Down

0 comments on commit 645f9f9

Please sign in to comment.