diff --git a/explorer/src/providers/accounts/history.tsx b/explorer/src/providers/accounts/history.tsx index f66faecc966a2e..e09e0755c31572 100644 --- a/explorer/src/providers/accounts/history.tsx +++ b/explorer/src/providers/accounts/history.tsx @@ -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,