diff --git a/src/components/SelectionList/types.ts b/src/components/SelectionList/types.ts index 61f597d70d7c..c092f266046a 100644 --- a/src/components/SelectionList/types.ts +++ b/src/components/SelectionList/types.ts @@ -109,9 +109,9 @@ type RadioItem = { /** The type of action that's pending */ pendingAction?: undefined; - sectionIndex: number; // smb throw this out + sectionIndex: number; - index: number; // mb throw this out + index: number; }; type RadioListItemProps = CommonListItemProps & {