Skip to content

Commit

Permalink
fix type-o
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tore Simonsen committed Aug 14, 2024
1 parent e53c25f commit 6efa567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/dialogs/InviteDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
}
if (!recents) logger.warn("[Invite:Recents] No recents to suggest!");

// Sort the recents by last active to save us time latery
// Sort the recents by last active to save us time later
recents.sort((a, b) => b.lastActive - a.lastActive);

return recents;
Expand Down

0 comments on commit 6efa567

Please sign in to comment.