title: auto
des: auto note:auto
This commit is contained in:
@@ -70,7 +70,7 @@ export default function ProfileView({ user }: { user: USER_PROFILE }) {
|
|||||||
{/* {stateUser.Profile?.ImageProfile?.url} */}
|
{/* {stateUser.Profile?.ImageProfile?.url} */}
|
||||||
{stateUser.Profile?.ImageProfile?.url && (
|
{stateUser.Profile?.ImageProfile?.url && (
|
||||||
<Image
|
<Image
|
||||||
src={"/img/" + stateUser.Profile?.ImageProfile?.url}
|
src={ApiHipmi.get_foto + stateUser.Profile?.ImageProfile?.url}
|
||||||
alt=""
|
alt=""
|
||||||
radius={100}
|
radius={100}
|
||||||
width={100}
|
width={100}
|
||||||
|
|||||||
Reference in New Issue
Block a user