fix(me): access to photo
This commit is contained in:
@@ -73,7 +73,7 @@ function PhotoCard({data}) {
|
||||
<div className="card-body text-center">
|
||||
<div className="input-group mb-3">
|
||||
<img
|
||||
src={`${vite_url}/api/member/${data.id}/photo`}
|
||||
src={`${vite_url}/api/member/me/photo`}
|
||||
alt="avatar"
|
||||
className="rounded-circle img-fluid" style={{object_fit: 'contain'}}/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user