Skip to content

Commit

Permalink
Merge pull request #10409 from hicommonwealth/israel.10407.fix-naviga…
Browse files Browse the repository at this point in the history
…te-on-404

fixed broken Home button
  • Loading branch information
Israellund authored Dec 20, 2024
2 parents f00c2e1 + b2e513b commit 34e959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonwealth/client/scripts/views/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const PageNotFound = (props: PageNotFoundProps) => {
<CWButton
buttonType="primary"
label="Home"
onClick={() => navigate('/dashboard/for-you')}
onClick={() => navigate('/dashboard/for-you', {}, null)}
/>
)}
<AuthModal
Expand Down

0 comments on commit 34e959e

Please sign in to comment.