Skip to content

Commit

Permalink
commas
Browse files Browse the repository at this point in the history
  • Loading branch information
MIDAV0 committed Sep 1, 2023
1 parent 02c3411 commit bac9031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/Task.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function Task({ task, goBack }: TaskProps) {
finalDataForReport,
dataCurrentAccuracy,
accuracies,
isEligibleForOAT
isEligibleForOAT,
currentNumberOfParticipants,
taskSchema,
} = useTaskData({
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/hooks/useTaskData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const useTaskData = ({
finalDataForReport,
dataCurrentAccuracy,
accuracies,
isEligibleForOAT
isEligibleForOAT,
currentNumberOfParticipants,
taskSchema,
};
Expand Down

0 comments on commit bac9031

Please sign in to comment.