Fix: navigate to chores instead of filters via and provide searchparam

This commit is contained in:
Mo Tarbin
2026-01-31 13:06:05 -05:00
parent 312b51a5fd
commit 27210317fd

View File

@@ -335,7 +335,7 @@ const FilterCard = ({
return
}
// Navigate to MyChores with filter applied via URL param
navigate(`/filters/${encodeURIComponent(filter.id)}`)
navigate(`/chores?filterId=${encodeURIComponent(filter.id)}`)
}}
onTouchStart={handleTouchStart}
onTouchMove={handleTouchMove}