Skip to content

Commit

Permalink
Change ResultData to mimic the data in MIRO
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Feb 14, 2023
1 parent 40f941c commit 38e3059
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 297 deletions.
3 changes: 0 additions & 3 deletions src/client/components/ResultPage/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ const Results = ({ formResultData }: { formResultData: FormValues }) => {
<Typography variant="h5" sx={classes.heading} component="div">
{t('results:title')}
</Typography>
<Box sx={classes.content}>
<Typography variant="body2">{t('results:resultsMessage')}</Typography>
</Box>
</Container>

{resultValues.map((results) =>
Expand Down
Loading

0 comments on commit 38e3059

Please sign in to comment.