Skip to content

Commit 46c9e71

Browse files
fix: Fix linting issues
1 parent 7d281e3 commit 46c9e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/datepicker/src/useDateField.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function useDateField<T extends DateValue>(props: AriaDateFieldOptions<T>
8383
state.confirmPlaceholder();
8484
if (state.shouldValidate) {
8585
state.commitValidation();
86-
state.setShouldValidate(false)
86+
state.setShouldValidate(false);
8787
};
8888
props.onBlur?.(e);
8989
},

0 commit comments

Comments
 (0)