Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed May 20, 2024
1 parent 2264142 commit 5547f77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
);
onNetworkChange((network) => {
marketDataStore.getData(network);
marketDataStore.getData();
nodeLocationsStore.reset();
nodeLocationsStore.getData(network);
pollingStatsDataStore.reset();
Expand Down
1 change: 0 additions & 1 deletion explorer/src/routes/transactions/transaction/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
onNetworkChange(() => {
dataStore.reset();
payloadStore.reset();
marketStore.reset();
getTransaction();
});
Expand Down

0 comments on commit 5547f77

Please sign in to comment.