Skip to content

Commit

Permalink
codespell typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Mar 12, 2024
1 parent 057c4b1 commit 030645b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/libUnsafe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ export function metadataAlerts(

// let newParticipantsInfo: any = {};
// if (Object.keys(participantsInfo).length < finalSubs.length) {
// // Only an issue when the final number of subjects is greather than the original participantsInfo length
// // Only an issue when the final number of subjects is greater than the original participantsInfo length
// let idx_counter = 0;

// for (let key of Object.keys(finalSubs)) {
Expand Down

0 comments on commit 030645b

Please sign in to comment.