dropdown working correctly

This commit is contained in:
Maciek Głowacki
2020-11-03 00:59:42 +01:00
parent 3cbd961d3a
commit 0f155e928b
6 changed files with 18 additions and 17 deletions

View File

@ -20,3 +20,6 @@ export const hours = [
"18:00",
"19:00",
];
export const MONDAY_TO_FRIDAY = 5;