diff --git a/src/components/SelectionList/types.ts b/src/components/SelectionList/types.ts index 09fbe70e8401..61f597d70d7c 100644 --- a/src/components/SelectionList/types.ts +++ b/src/components/SelectionList/types.ts @@ -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 & {