Skip to content

Commit

Permalink
Added WCA ID to Delegates CSV (#9078)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljames-dj authored Mar 14, 2024
1 parent 6cc8049 commit 50af5bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import dateSince from '../../lib/helpers/date-since';

const otherDelegatesHeaders = [
{ label: 'Delegate Name', key: 'user.name' },
{ label: 'WCA ID', key: 'user.wca_id' },
{ label: 'Status', key: 'status' },
{ label: 'Location', key: 'metadata.location' },
{ label: 'First Delegated', key: 'metadata.first_delegated' },
Expand Down

0 comments on commit 50af5bc

Please sign in to comment.