Skip to content

Commit

Permalink
hotfix: dayMapper date key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirapat Treesuwan committed Nov 12, 2024
1 parent cd148c8 commit 1d3ee01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/home/_constants/location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export enum DayValueTrigger {
}

export const dayMapper = new Map<string, DayValueTrigger>([
['2024-10-27', DayValueTrigger.FIRST_DAY],
['2024-10-28', DayValueTrigger.SECOND_DAY],
['2024-11-28', DayValueTrigger.FIRST_DAY],
['2024-11-29', DayValueTrigger.SECOND_DAY],
]);

export const tabsTrigger: TriggerBtn[] = [
Expand Down

0 comments on commit 1d3ee01

Please sign in to comment.