diff --git a/code/frontend/src/App.tsx b/code/frontend/src/App.tsx index 573ef9a..98282ec 100644 --- a/code/frontend/src/App.tsx +++ b/code/frontend/src/App.tsx @@ -39,7 +39,6 @@ function App() { - ); } diff --git a/code/frontend/src/components/Username.tsx b/code/frontend/src/components/Username.tsx index 9bfcb95..5922711 100644 --- a/code/frontend/src/components/Username.tsx +++ b/code/frontend/src/components/Username.tsx @@ -16,9 +16,6 @@ export default function Username({ username }: { username: string }) { const isPopoverOpen = Boolean(anchorEl); const id = isPopoverOpen ? "simple-popover" : undefined; - useEffect(() => { - console.log("Username component mounted"); - }, []); return ( <> void }) { const [oldBio, setOldbio] = useState(bioText || ""); diff --git a/code/frontend/src/pages/Profile.tsx b/code/frontend/src/pages/Profile.tsx index bfedffa..77bd48c 100644 --- a/code/frontend/src/pages/Profile.tsx +++ b/code/frontend/src/pages/Profile.tsx @@ -70,6 +70,7 @@ function Profile() { } }; + return (