Clean
This commit is contained in:
parent
d25542f2c3
commit
013f00e90d
|
@ -49,9 +49,8 @@
|
||||||
$: {
|
$: {
|
||||||
const termChangedSinceFetch = (lastFetchedTerm || "") !== (fetchTerm || "")
|
const termChangedSinceFetch = (lastFetchedTerm || "") !== (fetchTerm || "")
|
||||||
|
|
||||||
const allRowsFetched = !lastFetchedTerm / !$fetch.hasNextPage
|
const allRowsFetched = !lastFetchedTerm && !$fetch.hasNextPage
|
||||||
if (!allRowsFetched && termChangedSinceFetch) {
|
if (!allRowsFetched && termChangedSinceFetch) {
|
||||||
debugger
|
|
||||||
// Don't request until we have the primary display
|
// Don't request until we have the primary display
|
||||||
if (primaryDisplay) {
|
if (primaryDisplay) {
|
||||||
lastFetchedTerm = fetchTerm
|
lastFetchedTerm = fetchTerm
|
||||||
|
|
Loading…
Reference in New Issue