Skip to content

Commit

Permalink
Fix FromLedgerWebExtension route location
Browse files Browse the repository at this point in the history
  • Loading branch information
lubej committed May 8, 2024
1 parent 8469e39 commit 93426e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extension/src/popup/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export const routes: RouteObject[] = [
path: 'open-wallet',
element: <SelectOpenMethod />,
},
{
path: 'open-wallet/ledger',
element: <FromLedgerWebExtension />,
},
],
},
{
path: 'open-wallet/connect-device',
element: <ConnectDevicePage />,
},
{
path: 'open-wallet/ledger',
element: <FromLedgerWebExtension />,
},
]

0 comments on commit 93426e7

Please sign in to comment.