Explorer: Fix account history load more behavior (#11689)
This commit is contained in:
parent
48e281c5bd
commit
2ae71b30ae
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue