Skip to content

Commit

Permalink
fix: formatting (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Apr 6, 2020
1 parent 6554920 commit 356a3a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/itemTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ export const itemTypeMap = {
endPointName: 'reports',
propName: 'reports',
pluralTitle: i18n.t('Reports'),
appUrl: id =>
`dhis-web-reporting/getReportParams.action?mode=report&uid=${id}`,
appUrl: id => `dhis-web-reports/#/standard-report/view/${id}`,
},
[RESOURCES]: {
id: RESOURCES,
Expand Down

0 comments on commit 356a3a6

Please sign in to comment.