From 50af5bcc189c4e867fee69d864c27219f62507d8 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 14 Mar 2024 15:19:56 +0530 Subject: [PATCH] Added WCA ID to Delegates CSV (#9078) --- app/webpacker/components/Delegates/DelegatesOfAllRegion.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/webpacker/components/Delegates/DelegatesOfAllRegion.jsx b/app/webpacker/components/Delegates/DelegatesOfAllRegion.jsx index 01e8af140b..f4b4f0259e 100644 --- a/app/webpacker/components/Delegates/DelegatesOfAllRegion.jsx +++ b/app/webpacker/components/Delegates/DelegatesOfAllRegion.jsx @@ -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' },