diff --git a/src/client/components/ParticipantListPage/ParticipantListPage.jsx b/src/client/components/ParticipantListPage/ParticipantListPage.jsx index f7dc8fa6..3a3943ad 100644 --- a/src/client/components/ParticipantListPage/ParticipantListPage.jsx +++ b/src/client/components/ParticipantListPage/ParticipantListPage.jsx @@ -250,17 +250,17 @@ export function getParticipantListPage(participantStore, participantActions, sea const columnPropertyToLabelMapping = { presence: 'Tila', - campOfficeNotes: campOfficeNotes, - editableInfo: editableInfo, firstName: 'Etunimi', lastName: 'Sukunimi', dateOfBirth: 'Syntymäpäivä', - nonScout: 'Onko partiolainen?', - memberNumber: 'Jäsennumero', + staffPosition: 'Pesti', billedDate: 'Laskutettu', paidDate: 'Maksettu', + memberNumber: 'Jäsennumero', + campOfficeNotes: campOfficeNotes, + editableInfo: editableInfo, + nonScout: 'Onko partiolainen?', homeCity: 'Kotikaupunki', - staffPosition: 'Pesti', interestedInHomeHospitality: 'Home hospitality', email: 'Sähköposti', phoneNumber: 'Puhelinnumero', diff --git a/src/client/components/ParticipantListPage/ParticipantRow.jsx b/src/client/components/ParticipantListPage/ParticipantRow.jsx index 4907e8bc..54d029fc 100644 --- a/src/client/components/ParticipantListPage/ParticipantRow.jsx +++ b/src/client/components/ParticipantListPage/ParticipantRow.jsx @@ -103,17 +103,17 @@ export class ParticipantRow extends React.Component {