From 4a25938f7faf7987caa8792feac836c4037f22fc Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Wed, 3 Apr 2024 20:07:35 +0800 Subject: [PATCH] prettier --- src/components/SelectionList/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {