Skip to content

Commit 4860deb

Browse files
committed
prettier
1 parent f43af2a commit 4860deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SelectionList/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ type BaseSelectionListProps<TItem extends ListItem> = Partial<ChildrenProps> & {
299299
textInputRef?: MutableRefObject<TextInput | null>;
300300

301301
/**
302-
* When true, the list won't be visible until the list layout is measured. This prevents the list from "blinking" as it's scrolled to the bottom which is recommended for large lists.
302+
* When true, the list won't be visible until the list layout is measured. This prevents the list from "blinking" as it's scrolled to the bottom which is recommended for large lists.
303303
* When false, the list will render immediately and scroll to the bottom which works great for small lists.
304304
*/
305305
shouldHideListOnInitialRender?: boolean;

0 commit comments

Comments
 (0)