Skip to content

Commit

Permalink
fix: redirect to traders hub
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Dec 3, 2024
1 parent bb731ec commit 6728a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-error/page-error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const PageError = ({
const onClickHandler = () => {
if (should_clear_error_on_click) {
setError?.(false, null);
window.location.assign('https://app.deriv.com');
window.location.assign('https://app.deriv.com'); // TODO: NEED TO REMOVE & FIX THIS TO REDIRECT TO THE CORRECT URL
} else {
buttonOnClick?.();
}
Expand Down

0 comments on commit 6728a28

Please sign in to comment.