We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8fb67 commit 76e9488Copy full SHA for 76e9488
hooks/useSession.ts
@@ -101,8 +101,9 @@ export const useSession = ({ allSchedules }: { allSchedules: Schedule[] }) => {
101
}, [handleSessionsToggle])
102
103
const selectTabByday = useCallback(() => {
104
- if (moment().format('DD') === '17') setActiveTab(1)
105
- if (moment().format('DD') === '18') setActiveTab(2)
+ if (moment().format('DD') === '06') setActiveTab(1)
+ if (moment().format('DD') === '07') setActiveTab(2)
106
+ if (moment().format('DD') === '08') setActiveTab(2)
107
}, [])
108
109
useEffect(() => {
0 commit comments