This commit is contained in:
egortriston
2025-07-14 10:45:27 +03:00
parent d95d008c0c
commit 47844749eb
7 changed files with 95 additions and 30 deletions

View File

@ -134,7 +134,7 @@ const FiltersPanelMobile: React.FC<FiltersPanelMobileProps> = ({
if (filter.type === "range") {
return (
<FilterRange
key={filter.title + idx}
key={filter.title + idx + JSON.stringify(localFilterValues[filter.title] || null)}
title={filter.title}
min={filter.min}
max={filter.max}