Skip to content

Commit

Permalink
Fix prettier in-merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jun 11, 2019
1 parent 83d3208 commit 41c49c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/_shared/hooks/usePickerState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function usePickerState(props: BasePickerProps, options: StateHookOptions
onChange(acceptedDate);

if (onAccept) {
onAccept(acceptedDate)
onAccept(acceptedDate);
}
},
[onAccept, onChange, setIsOpen]
Expand Down

0 comments on commit 41c49c7

Please sign in to comment.