Issue Type
Bug
Custom Code
Yes
OS Platform and Distribution
No response
Mobile device
No response
Node Version
No response
What happened?
The Amount filter is not operate correctly when the Reward field is deselected

Code to reproduce the issue
if (filterName === 'Reward') {
updatedFilters['Amount'] = null
updateUrlWithFilters(updatedFilters)
}
Relevant log output
No response