Skip to content

Commit

Permalink
๐Ÿ› fix: night ์‹œ๊ฐ„ ๋Œ€ ์Šคํฌ๋กค ์œ„์น˜ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
grighth12 committed Dec 17, 2021
1 parent a2a7cb8 commit fe03862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/domain/TimeTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const timeSlotIndexMap: { [key in string]: number } = {
dawn: 0,
morning: 12,
afternoon: 24,
night: 36,
night: 35,
};

const TimeTable = ({
Expand Down

0 comments on commit fe03862

Please sign in to comment.