Skip to content

Commit

Permalink
save for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHub committed Dec 27, 2024
1 parent 3969619 commit a90f6cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/project/models/getProjectFeature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ const projectListConfig = (config: ProjectFeatureBuilderConfig): IList<FullProje
key: 'partnerTariff',
header: 'project.partner.tariff',
value: p => <ProjectClientTariff projectClient={p.details.partner} />,
},
{
key: 'forEndKlant',
header: '',
value: p => p.details.forEndCustomer
}, {
key: 'client',
header: 'project.client.clientId',
Expand Down

0 comments on commit a90f6cf

Please sign in to comment.