More precise comparison per James
This commit is contained in:
parent
7bd87243cc
commit
a158acf763
|
@ -100,7 +100,7 @@ export function ContractSearch(props: {
|
||||||
const requestId = useRef(0)
|
const requestId = useRef(0)
|
||||||
|
|
||||||
const performQuery = async (freshQuery?: boolean) => {
|
const performQuery = async (freshQuery?: boolean) => {
|
||||||
if (searchParameters.current == null) {
|
if (searchParameters.current === undefined) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const params = searchParameters.current
|
const params = searchParameters.current
|
||||||
|
|
Loading…
Reference in New Issue
Block a user