mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
further hacking
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useContext } from 'react'
|
||||
import useSWR, { SWRConfig } from 'swr'
|
||||
import useSWR from 'swr'
|
||||
|
||||
import { WizardContext, ACTIONS } from '../context/wizardStore'
|
||||
|
||||
@@ -18,14 +18,7 @@ export default function DateSelect() {
|
||||
fetcher
|
||||
)
|
||||
|
||||
const {
|
||||
multipleDays,
|
||||
startDate,
|
||||
endDate,
|
||||
focusedInput,
|
||||
pickupTime,
|
||||
dropoffTime,
|
||||
} = state
|
||||
const { multipleDays, startDate, endDate, focusedInput } = state
|
||||
|
||||
function isDayBlocked(momentDay) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user