little update
This commit is contained in:
parent
1068b9e6a3
commit
7fa59b2a98
|
|
@ -26,16 +26,6 @@ const ProfileInfo = () => {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log("us", username);
|
console.log("us", username);
|
||||||
}, [username]);
|
}, [username]);
|
||||||
import React from "react";
|
|
||||||
|
|
||||||
const ProfileInfo = () => {
|
|
||||||
|
|
||||||
const [session, setSession] = React.useState<any>();
|
|
||||||
|
|
||||||
const initSession = async () => {
|
|
||||||
const ses = await auth();
|
|
||||||
setSession(ses);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="md:block hidden">
|
<div className="md:block hidden">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue