Commit 6831a73f authored by Moody Salem's avatar Moody Salem

fix(swap): revert the change to reload query parameters on every url change

parent a4aef027
......@@ -262,5 +262,6 @@ export function useDefaultsFromURLSearch() {
recipient: parsed.recipient
})
)
}, [dispatch, chainId, parsedQs])
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [dispatch, chainId])
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment