Skip to content

Commit

Permalink
commented out address in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 29, 2024
1 parent f3e8a72 commit 153e274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/@auth/(.)settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function Page() {
<>
<motion.div className='grid space-y-6 p-4'>
<p className='text-xl'> {user?.google?.name}</p>
<p className='text-base text-wrap'> {user?.wallet?.address}</p>

{/* <p className='text-base text-wrap'> {user?.wallet?.address}</p>
*/}
<SendNotification />
<Card className='grid'>
<CardHeader>
Expand Down

0 comments on commit 153e274

Please sign in to comment.