fix musician avatar image src in large browser views

This commit is contained in:
Nuwan 2023-11-28 17:26:08 +05:30
parent 27a3b3c09b
commit a07ff74dc0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function JKSessionUser({ user }) {
<div className="d-flex flex-row align-items-top mb-1 mt-0 p-0">
<div className="avatar avatar-xl">
<a href="/#" onClick={toggleMoreDetails}>
<JKProfileAvatar url={user.photo_url} />
<JKProfileAvatar src={user.photo_url} />
</a>
</div>
<div className="ml-2 ms-2 mt-0 pt-0">