diff --git a/src/components/SelectionList/types.ts b/src/components/SelectionList/types.ts index 926aeace4e40..3507501058a1 100644 --- a/src/components/SelectionList/types.ts +++ b/src/components/SelectionList/types.ts @@ -299,7 +299,7 @@ type BaseSelectionListProps = Partial & { textInputRef?: MutableRefObject; /** Whether to hide the list on initial render */ - shouldHideListOnInitialRender?: boolean, + shouldHideListOnInitialRender?: boolean; }; type SelectionListHandle = {