mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 20:18:48 +00:00
Bild wird resetted
This commit is contained in:
parent
f870790472
commit
a9aec0b90f
4 changed files with 41 additions and 70 deletions
|
@ -15,7 +15,6 @@ import ChangeAvatarDialog from "../components/ChangeAvatarDialog";
|
|||
import Bio from "../components/Bio";
|
||||
|
||||
function Profile() {
|
||||
|
||||
const [anchorEl, setAnchorEl] = useState<HTMLButtonElement | null>(null);
|
||||
|
||||
const openPopover = (event: React.MouseEvent<HTMLButtonElement>) => {
|
||||
|
@ -59,7 +58,7 @@ function Profile() {
|
|||
{username}
|
||||
</span>
|
||||
</div>
|
||||
<Bio ownAccount={ownAccount}/>
|
||||
<Bio ownAccount={ownAccount} />
|
||||
<Divider variant="middle" className="divider" />
|
||||
{/* TODO: Change data to data from Database */}
|
||||
<div className="numeral-data">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue