Add a clarifying comment

This commit is contained in:
Marshall Polaris 2022-08-13 01:53:06 -07:00
parent 33d9c78696
commit 1470a20bfe

View File

@ -197,6 +197,8 @@ export function ContractSearch(props: {
}
useEffect(() => {
// if there are no search results yet (not even an empty page), that means
// we should do an initial search to populate a first page.
if (pages.length === 0) {
queryNextPage()
}