@jiggai/kitchen-plugin-marketing 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
function WeekView() {
|
|
596
596
|
const weekStart = anchor;
|
|
597
597
|
const days = Array.from({ length: 7 }, (_, i) => addDays(weekStart, i));
|
|
598
|
-
const hours = Array.from({ length:
|
|
598
|
+
const hours = Array.from({ length: 24 }, (_, i) => i);
|
|
599
599
|
return h(
|
|
600
600
|
"div",
|
|
601
601
|
null,
|