Skip to content

Commit

Permalink
chore: komen
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Dec 14, 2023
1 parent 1f0242b commit aa1bdc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/appstore/src/components/routes/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const Routes: React.FC = observer(() => {
if (is_next_wallet_enabled) {
content = Wallets;
}

// else if (should_show_wallets) {
// content = WalletsModule;
// }
Expand Down
2 changes: 1 addition & 1 deletion packages/tradershub/src/routes/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TradersHubRoute } from './TradersHubRoute';

const prefix = '/traders-hub';

type TRoutes = `${typeof prefix}${'' | '/compare-account'}`;
type TRoutes = `${typeof prefix}${'' | '/compare-account' | 'onboarding'}`;

declare module 'react-router-dom' {
export function useHistory(): { push: (path: TRoutes) => void };
Expand Down

0 comments on commit aa1bdc4

Please sign in to comment.