Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 8, 2024
1 parent 96529fd commit d2c0aac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/components/Common/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ const Layout: FC<LayoutProps> = ({ children }) => {
const { resetStatus } = useAccountStatus();
const isMounted = useIsClient();
const { disconnect } = useDisconnect();

const { address: sessionAccountAddress } = getCurrentSession();

console.log(sessionAccountAddress);
const logout = (shouldReload = false) => {
resetPreferences();
resetStatus();
Expand Down

0 comments on commit d2c0aac

Please sign in to comment.