diff --git a/src/routes/economic-calendar/+page.svelte b/src/routes/economic-calendar/+page.svelte index 08d71e60..38e55ad0 100644 --- a/src/routes/economic-calendar/+page.svelte +++ b/src/routes/economic-calendar/+page.svelte @@ -474,6 +474,7 @@ const loadWorker = async () => { {#each (filterList?.length === 0 ? weekday : weekdayFiltered) as day,index} {#if index === selectedWeekday} {#if day?.length !== 0} +
@@ -481,16 +482,16 @@ const loadWorker = async () => { - - - + + + {#each day as item} - + - - - - @@ -537,14 +538,15 @@ const loadWorker = async () => { {/each} - + +
{#each day as item}
-
+