Skip to content

Commit

Permalink
Remove developer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Jan 17, 2024
1 parent 364da34 commit 275ef32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SelectionList/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ type User = {

invitedSecondaryLogin?: string;

sectionIndex: number; // mb throw this out
sectionIndex: number;

index: number; // mb throw this out
index: number;
};

type UserListItemProps = CommonListItemProps<User> & {
Expand Down

0 comments on commit 275ef32

Please sign in to comment.