Skip to content

Commit

Permalink
Merge pull request #781 from BIDMCDigitalPsychiatry/issue-771
Browse files Browse the repository at this point in the history
Key name change
  • Loading branch information
sarithapillai8 authored Aug 30, 2023
2 parents f54f39b + e2b16ab commit 9887b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SymbolDigitResponses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function SymbolDigitResponses({ activityData, ...props }) {
paginated.map((event) => (
<TableRow>
<TableCell>{getDateStringValue(event?.timestamp)}</TableCell>
<TableCell>{event?.static_data?.number_of_responses}</TableCell>
<TableCell>{event?.static_data?.number_of_symbols}</TableCell>
<TableCell>{event?.static_data?.number_of_correct_responses}</TableCell>
<TableCell>{event?.static_data?.number_of_incorrect_responses}</TableCell>
<TableCell>{event?.static_data?.avg_correct_response_time}</TableCell>
Expand Down

0 comments on commit 9887b6c

Please sign in to comment.