Skip to content

Commit

Permalink
fix: pass correct prop for analytics break. change (DHIS2-13740) (39.…
Browse files Browse the repository at this point in the history
…x) (#2163)
  • Loading branch information
edoardo authored Oct 11, 2022
1 parent 6d1b980 commit 5dc69c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/DetailsPanel/DetailsPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const DetailsPanel = (
context
) => (
<div className={classes.panel}>
<AboutAOUnit type="visualizations" id={visualization.id} />
<AboutAOUnit type="visualization" id={visualization.id} />
<InterpretationsUnit
ref={interpretationsUnitRef}
type="visualization"
Expand Down

0 comments on commit 5dc69c9

Please sign in to comment.