title: auto
des: auto note:auto
This commit is contained in:
@@ -45,7 +45,7 @@ export default function ProfileView({ user }: { user: USER_PROFILE }) {
|
|||||||
if (!stateUser) return <></>;
|
if (!stateUser) return <></>;
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* {JSON.stringify(data)} */}
|
{JSON.stringify(stateUser)}
|
||||||
{/* Background dan foto */}
|
{/* Background dan foto */}
|
||||||
<Box>
|
<Box>
|
||||||
<Paper bg={"gray"} p={"md"}>
|
<Paper bg={"gray"} p={"md"}>
|
||||||
|
|||||||
Reference in New Issue
Block a user