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