Skip to content

Commit 275ef32

Browse files
committed
Remove developer comments
1 parent 364da34 commit 275ef32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SelectionList/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ type User = {
6969

7070
invitedSecondaryLogin?: string;
7171

72-
sectionIndex: number; // mb throw this out
72+
sectionIndex: number;
7373

74-
index: number; // mb throw this out
74+
index: number;
7575
};
7676

7777
type UserListItemProps = CommonListItemProps<User> & {

0 commit comments

Comments
 (0)