Skip to content

Commit

Permalink
forgot to delete old local storage set
Browse files Browse the repository at this point in the history
  • Loading branch information
beahackman committed Sep 7, 2023
1 parent 4ea50c1 commit 1e281b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aries-site/src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ function App({ Component, pageProps, router }) {
}
}
}
window.localStorage.setItem(
'update-history',
JSON.stringify(nextHistory),
);
setContentHistory(nextHistory);
// set page status as ready since all calculations are complete now
setPageUpdateReady(true);
Expand Down

0 comments on commit 1e281b3

Please sign in to comment.