title: auto
des: auto note:auto
This commit is contained in:
@@ -97,10 +97,10 @@ export default function HomeView() {
|
|||||||
setToken(data);
|
setToken(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
const [profile, setProfile] = useAtom(gs_profile);
|
// const [profile, setProfile] = useAtom(gs_profile);
|
||||||
useShallowEffect(() => {
|
// useShallowEffect(() => {
|
||||||
loadDataProfile(setProfile);
|
// loadDataProfile(setProfile);
|
||||||
}, []);
|
// }, []);
|
||||||
|
|
||||||
// const [foto, setFoto] = useAtom(gs_fotoProfile);
|
// const [foto, setFoto] = useAtom(gs_fotoProfile);
|
||||||
// useShallowEffect(() => {
|
// useShallowEffect(() => {
|
||||||
@@ -120,7 +120,7 @@ export default function HomeView() {
|
|||||||
<>
|
<>
|
||||||
{/* <pre>{JSON.stringify(profile, null, 2)}</pre> */}
|
{/* <pre>{JSON.stringify(profile, null, 2)}</pre> */}
|
||||||
<Box>
|
<Box>
|
||||||
<Flex align={"center"} gap={"sm"}>
|
{/* <Flex align={"center"} gap={"sm"}>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
size={30}
|
size={30}
|
||||||
variant="transparent"
|
variant="transparent"
|
||||||
@@ -139,7 +139,7 @@ export default function HomeView() {
|
|||||||
Welcome to,{" "}
|
Welcome to,{" "}
|
||||||
{token?.username ? token?.username : <Loader size={"xs"} />}
|
{token?.username ? token?.username : <Loader size={"xs"} />}
|
||||||
</Text>
|
</Text>
|
||||||
</Flex>
|
</Flex> */}
|
||||||
<Paper bg={"dark"} radius={5} my={"xs"}>
|
<Paper bg={"dark"} radius={5} my={"xs"}>
|
||||||
<Image alt="logo" src={"/aset/logo.png"} />
|
<Image alt="logo" src={"/aset/logo.png"} />
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|||||||
Reference in New Issue
Block a user