Skip to content

Commit

Permalink
Merge branch 'develop' into devx/tutorial-for-review-rating-with-mult…
Browse files Browse the repository at this point in the history
…isig
  • Loading branch information
vivekjain23 authored Nov 18, 2024
2 parents e9b17f8 + 4d8a1a9 commit e2bbe12
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 e2bbe12

Please sign in to comment.