Fix typos
This commit is contained in:
parent
3705b959d6
commit
3c80272673
21 changed files with 24 additions and 24 deletions
|
@ -32,7 +32,7 @@ export function getCollisionsFromMemberships(
|
|||
);
|
||||
const groupedByTitle = groupBy(candidateMembers, member => member.title);
|
||||
// This cast is here because `pickBy` returns a `Partial`, which is incompatible with
|
||||
// `Record`. [This demonstates the problem][0], but I don't believe it's an actual
|
||||
// `Record`. [This demonstrates the problem][0], but I don't believe it's an actual
|
||||
// issue in the code.
|
||||
//
|
||||
// Alternatively, we could filter undefined keys or something like that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue