title: auto

des: auto
note:auto
This commit is contained in:
2023-10-10 09:53:52 +08:00
parent 7e48f43114
commit 3200ca6d66

View File

@@ -45,7 +45,7 @@ export default function ProfileView({ user }: { user: USER_PROFILE }) {
if (!stateUser) return <></>; if (!stateUser) return <></>;
return ( return (
<> <>
{JSON.stringify(stateUser)} {/* {JSON.stringify(stateUser)} */}
{/* Background dan foto */} {/* Background dan foto */}
<Box> <Box>
<Paper bg={"gray"} p={"md"}> <Paper bg={"gray"} p={"md"}>