We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e281c commit 2ae71b3Copy full SHA for 2ae71b3
explorer/src/providers/accounts/history.tsx
@@ -43,7 +43,7 @@ function reconcile(
43
history: AccountHistory | undefined,
44
update: HistoryUpdate | undefined
45
) {
46
- if (update?.history === undefined) return;
+ if (update?.history === undefined) return history;
47
return {
48
fetched: combineFetched(
49
update.history.fetched,
0 commit comments