title: auto

des: auto
note:auto
This commit is contained in:
2023-10-09 17:55:22 +08:00
parent 3860b3ac03
commit 7e48f43114

View File

@@ -70,7 +70,7 @@ export default function ProfileView({ user }: { user: USER_PROFILE }) {
{/* {stateUser.Profile?.ImageProfile?.url} */}
{stateUser.Profile?.ImageProfile?.url && (
<Image
src={"/img/" + stateUser.Profile?.ImageProfile?.url}
src={ApiHipmi.get_foto + stateUser.Profile?.ImageProfile?.url}
alt=""
radius={100}
width={100}