Skip to content

Commit

Permalink
🔥 remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Mar 28, 2024
1 parent e81cd74 commit 881dfa5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ export default function App({ Component, pageProps }: AppProps) {
payload: storage as contractStorage & { address: string },
});

// dispatch({
// type: "setCurrentContract",
// payload: router.query.walletAddress,
// });
setIsFetching(false);
} catch (e) {
setIsFetching(false);
Expand Down

0 comments on commit 881dfa5

Please sign in to comment.