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

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,