Skip to content

Commit 9fd60e7

Browse files
author
vinicius-frs
committed
Prettier fix
1 parent 37a44af commit 9fd60e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-select/src/useAsync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default function useAsync<
167167
} else {
168168
const request = (lastRequest.current = {});
169169
setStateInputValue(inputValue);
170-
if(clearLoadedOptions) setLoadedOptions([]);
170+
if (clearLoadedOptions) setLoadedOptions([]);
171171
setIsLoading(true);
172172
setPassEmptyOptions(!loadedInputValue);
173173
loadOptions(inputValue, (options) => {

0 commit comments

Comments
 (0)