Skip to content

Commit

Permalink
Fix summary for updated dev results data
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Feb 17, 2023
1 parent d0dd6d3 commit 5091fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/ResultPage/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ResultElement = ({ result, dimensions }: any) => {
key={`${JSON.stringify(result)}.${dimension}`}
variant="body2"
>
{result[dimension][language]}
{result.data[dimension][language]}
</Typography>
))}
</Box>
Expand Down

0 comments on commit 5091fe7

Please sign in to comment.