mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
get user from database
This commit is contained in:
parent
248c8907a0
commit
f45a4f8493
4 changed files with 85 additions and 24 deletions
|
@ -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 (
|
||||
<>
|
||||
<Popover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue