Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Nov 19, 2024
1 parent 75dbba5 commit 37480e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/date-picker/hooks/useTableData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ export default function useTableData(props: any) {
hoverEnd: props.hoverEnd,
type: props.mode,
isRange: props.isRange,
value: props.value,
multiple: props.multiple,
});
}

0 comments on commit 37480e9

Please sign in to comment.