From 275ef3225b6561189d17715367e6db708c388f32 Mon Sep 17 00:00:00 2001 From: Filip Solecki Date: Wed, 17 Jan 2024 14:13:55 +0100 Subject: [PATCH] Remove developer comments --- src/components/SelectionList/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 & {