Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikKarpuk committed May 20, 2024
1 parent 8a52790 commit f4c8563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/names/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function Page() {
} = useStoreContext();
const router = useRouter();
const account =
typeof window !== 'undefined' &&
localStorage.getItem("account") &&
JSON.parse(localStorage.getItem("account"));

Expand Down

0 comments on commit f4c8563

Please sign in to comment.