feat: calendar context

This commit is contained in:
Nevo David 2024-09-09 00:57:18 +07:00
parent e165122a55
commit b828035019
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ export const CalendarWeekProvider: FC<{
const data = (await fetch(`${url}?${params}`)).json();
return data;
},
[filters]
[filters, params]
);
const swr = useSWR(`/posts`, loadData, {