feat: use correct key for searchParams check
This commit is contained in:
committed by
Simon.Emanuelsson
parent
59a9c72724
commit
1a28bcdc4c
@@ -388,6 +388,10 @@ export function createRatesStore({
|
||||
`room[${idx}].counterratecode`,
|
||||
counterratecode
|
||||
)
|
||||
} else {
|
||||
if (searchParams.has(`room[${idx}].counterratecode`)) {
|
||||
searchParams.delete(`room[${idx}].counterratecode`)
|
||||
}
|
||||
}
|
||||
|
||||
const rateCode = isMemberRate
|
||||
|
||||
Reference in New Issue
Block a user