Update profile.tsx
This commit is contained in:
@@ -122,7 +122,7 @@ export default function Profile() {
|
|||||||
Please change your google image to change this.
|
Please change your google image to change this.
|
||||||
</span>
|
</span>
|
||||||
<img
|
<img
|
||||||
src={user ? user.avatarUrl : currUser!.photoURL}
|
src={user ? user.avatarUrl : currUser!.photoURL!}
|
||||||
alt="asdf"
|
alt="asdf"
|
||||||
className="rounded-lg mt-2"
|
className="rounded-lg mt-2"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user