This commit is contained in:
2025-10-03 00:08:18 +05:00
parent fcb016589b
commit 529e604839

View File

@@ -39,11 +39,8 @@ const handleOptionChange = (e) => {
const sortValue = displayToSortMap[displayValue] || "none";
setSelectedOption(displayValue);
console.log('uuuess')
if (onPriceSortChange) {
onPriceSortChange(sortValue);
console.log('aaaaa')
}
};