last fade attempt
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
const isToday = fetchedDaily
|
||||
? dayKey === formatZoned(new Date(), fetchedDaily.timezone, 'yyyy-MM-dd')
|
||||
: false;
|
||||
syncSearchParams(get(page).url, {
|
||||
syncSearchParams({
|
||||
day: isToday ? null : dayKey,
|
||||
model: unlessDefault(model, 'best_match')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user