Skip to content

Commit

Permalink
fixup! dashboard: redirect to dashboard instead of proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilou97 committed Mar 26, 2024
1 parent 888d259 commit e63f9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function App({ Component, pageProps }: AppProps) {
? state.currentContract
: contracts[0];

router.replace(`/${contract}/proposals`);
router.replace(`/${contract}/dashboard`);
return;
} else if (path === "/" || path === "") {
// Get rid of query in case it comes from beacon
Expand Down

0 comments on commit e63f9a6

Please sign in to comment.