Skip to content

Commit fb07dae

Browse files
actually use the data
1 parent dc70fb7 commit fb07dae

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/challenge-detail

1 file changed

+1
-1
lines changed

src/shared/containers/challenge-detail/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ class ChallengeDetailPageContainer extends React.Component {
590590
&& statisticsData && statisticsData.length > 0
591591
&& (
592592
<MMDashboardGraph
593-
statisticsData={[]}
593+
statisticsData={statisticsData}
594594
baseline={_.get(_.find(_.get(challenge, 'metadta', []), meta => meta.name === 'baseline'), 'value', 0)}
595595
awardLine={_.get(_.find(_.get(challenge, 'metadta', []), meta => meta.name === 'awardLine'), 'value', 0)}
596596
/>

0 commit comments

Comments
 (0)