Explorer: Fix account history load more behavior (#11689)

This commit is contained in:
Justin Starry 2020-08-18 21:04:19 +08:00 committed by GitHub
parent 48e281c5bd
commit 2ae71b30ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function reconcile(
history: AccountHistory | undefined,
update: HistoryUpdate | undefined
) {
if (update?.history === undefined) return;
if (update?.history === undefined) return history;
return {
fetched: combineFetched(
update.history.fetched,