Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Apr 3, 2024
1 parent 4ea37b6 commit 4a25938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ type BaseSelectionListProps<TItem extends ListItem> = Partial<ChildrenProps> & {
textInputRef?: MutableRefObject<TextInput | null>;

/** Whether to hide the list on initial render */
shouldHideListOnInitialRender?: boolean,
shouldHideListOnInitialRender?: boolean;
};

type SelectionListHandle = {
Expand Down

0 comments on commit 4a25938

Please sign in to comment.