Skip to content

Commit

Permalink
(wallet): add missing wallet identify event (#4070)
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored Nov 18, 2024
1 parent bd15b3d commit 4d8a1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wallet/src/ui/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { useIotaLedgerClient } from './components/ledger/IotaLedgerClientProvide
import { useAccounts } from './hooks/useAccounts';
import { useAutoLockMinutes } from './hooks/useAutoLockMinutes';
import { useBackgroundClient } from './hooks/useBackgroundClient';
// import { useInitialPageView } from './hooks/useInitialPageView';
import { useInitialPageView } from './hooks/useInitialPageView';
import { AccountsPage } from './pages/accounts/AccountsPage';
import { AddAccountPage } from './pages/accounts/AddAccountPage';
import { BackupMnemonicPage } from './pages/accounts/BackupMnemonicPage';
Expand Down Expand Up @@ -80,7 +80,7 @@ const App = () => {
dispatch(setNavVisibility(menuVisible));
}, [location, dispatch]);

// useInitialPageView();
useInitialPageView();
const { data: accounts } = useAccounts();
const allLedgerWithoutPublicKey = useMemo(
() =>
Expand Down

0 comments on commit 4d8a1a9

Please sign in to comment.