fix(swap): revert the change to reload query parameters on every url change
This commit is contained in:
parent
a4aef02747
commit
6831a73fdf
@ -262,5 +262,6 @@ export function useDefaultsFromURLSearch() {
|
||||
recipient: parsed.recipient
|
||||
})
|
||||
)
|
||||
}, [dispatch, chainId, parsedQs])
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [dispatch, chainId])
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user