Skip to content

Commit

Permalink
Fix stock date
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed Feb 7, 2024
1 parent fca8130 commit 98708eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/layouts/stock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function Stocks() {
<PickerWithJoyField
defaultValue={date}
minDate={dayjs(Date.parse('2023-01-01'))}
maxDate={dayjs().subtract(1, 'day')}
maxDate={dayjs()}
onChange={(event) => {
setDate(event ?? date)
setPage(0)
Expand Down

0 comments on commit 98708eb

Please sign in to comment.