Skip to content

Commit

Permalink
chore: remove nameProperty since it isnt in use
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Aug 23, 2024
1 parent e2ec2b9 commit c8e63c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/AppWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ const providerDataTransformation = ({ rootOrgUnits, apps, currentUser }) => {
lineListingAppVersion: lineListingApp.version || '0.0.0',
currentUser,
apps,
nameProperty:
currentUser.settings.keyAnalysisDisplayProperty === 'name'
? 'displayName'
: 'displayShortName',
}
}

Expand Down

0 comments on commit c8e63c5

Please sign in to comment.