Explorer: Fix account history load more behavior (#11689)
This commit is contained in:
@ -43,7 +43,7 @@ function reconcile(
|
|||||||
history: AccountHistory | undefined,
|
history: AccountHistory | undefined,
|
||||||
update: HistoryUpdate | undefined
|
update: HistoryUpdate | undefined
|
||||||
) {
|
) {
|
||||||
if (update?.history === undefined) return;
|
if (update?.history === undefined) return history;
|
||||||
return {
|
return {
|
||||||
fetched: combineFetched(
|
fetched: combineFetched(
|
||||||
update.history.fetched,
|
update.history.fetched,
|
||||||
|
Reference in New Issue
Block a user