Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

fix: conditionally render PageviewTracker based on accessToken

yoginth.com 0646c29b 3aa7fecc

verified
+1 -1
+1 -1
apps/web/src/components/Common/Layout.tsx
··· 58 58 59 59 return ( 60 60 <> 61 - <PageviewTracker /> 61 + {accessToken ? <PageviewTracker /> : null} 62 62 <Toaster 63 63 icons={{ 64 64 error: <XCircleIcon className="size-5" />,