Merged in fix/booking-flow-eslint-fix (pull request #3342)
fix: Upgrade booking-flow eslint config * Upgrade booking-flow eslint config Approved-by: Bianca Widstam
This commit is contained in:
@@ -49,6 +49,7 @@ export async function SelectRatePage({
|
||||
// If someone tries to update the url with
|
||||
// a bookingCode also, then we need to remove it
|
||||
if (isRedemption && searchParams.bookingCode) {
|
||||
// eslint-disable-next-line react-hooks/immutability
|
||||
delete searchParams.bookingCode
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user