Update profile.tsx
This commit is contained in:
@@ -138,7 +138,7 @@ export default function Profile() {
|
|||||||
<input
|
<input
|
||||||
disabled
|
disabled
|
||||||
className="w-full rounded-lg bg-gray-100 p-3"
|
className="w-full rounded-lg bg-gray-100 p-3"
|
||||||
value={user ? user.emailAddress : currUser?.email}
|
value={user?.emailAddress || currUser?.email || ""}
|
||||||
readOnly
|
readOnly
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user